#5775E4

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

Shades of Royal Blue #5775E4

Tints of Royal Blue #5775E4

Color information

#5775E4 (or 0x5775E4) is unknown color: approx Royal Blue. HEX triplet: 57, 75 and E4. RGB value is (87,117,228). Sum of RGB (Red+Green+Blue) = 87+117+228=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #5775E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775E4 is #A88A1B. Grayscale: #787878. Windows color (decimal): -11045404 or 14972247. OLE color: 14972247.

HSL color Cylindrical-coordinate representation of color #5775E4: hue angle of 227.23º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5775E4 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB87117228-
CMYK0.620.4900.11
HSL227.23º72.31%61.76%-
HSV(B)227.23º61.84%89.41%-
XYZ24.320.3576.05-
YUV120.68188.56103.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.14%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 228 (89.45% from 255) = 52.78%
R=20.14%
G=27.08%
B=52.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal871172280.620.4900.11227.2372.3161.76
Hex5775E43E310Be3483e
Octal127165344766101334311076
Binary101011111101011110010011111011000101011111000111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5775E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5775E4; }

 p { color: rgb(87,117,228); }

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

<style>
 a { background-color: #5775E4; }

 a { background-color: rgb(87,117,228); }

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

<style>
 span { border-color: #5775E4; }

 span { border-color: rgb(87,117,228); }

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