#5774D7

Color #5774D7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5774D7

Tints of Royal Blue #5774D7

Color information

#5774D7 (or 0x5774D7) is unknown color: approx Royal Blue. HEX triplet: 57, 74 and D7. RGB value is (87,116,215). Sum of RGB (Red+Green+Blue) = 87+116+215=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #5774D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774D7 is #A88B28. Grayscale: #767676. Windows color (decimal): -11045673 or 14120023. OLE color: 14120023.

HSL color Cylindrical-coordinate representation of color #5774D7: hue angle of 226.41º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5774D7 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87116215-
CMYK0.600.4600.16
HSL226.41º61.54%59.22%-
HSV(B)226.41º59.53%84.31%-
XYZ22.4419.4266.86-
YUV118.62182.39105.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 20.81%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 215 (84.38% from 255) = 51.44%
R=20.81%
G=27.75%
B=51.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871162150.600.4600.16226.4161.5459.22
Hex5774D73C2E010e23e3b
Octal12716432774560203427673
Binary101011111101001101011111110010111001000011100010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5774D7; }

 p { color: rgb(87,116,215); }

 H1.HeaderClassName
 {
   color: #5774D7;
 }
 .AnyTagClassName
 {
   color: #5774D7;
 }
</style>
background-color css

<style>
 a { background-color: #5774D7; }

 a { background-color: rgb(87,116,215); }

 div.DivClassName
 {
   background-color: #5774D7;
 }
 .BgClassName
 {
   background-color: #5774D7;
 }
</style>
border-color css

<style>
 span { border-color: #5774D7; }

 span { border-color: rgb(87,116,215); }

 td.TdClassName
 {
   border-color: #5774D7;
 }
 .TagClassName
 {
   border-color: #5774D7;
 }
</style>