#557CE4

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

Shades of Royal Blue #557CE4

Tints of Royal Blue #557CE4

Color information

#557CE4 (or 0x557CE4) is unknown color: approx Royal Blue. HEX triplet: 55, 7C and E4. RGB value is (85,124,228). Sum of RGB (Red+Green+Blue) = 85+124+228=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #557CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CE4 is #AA831B. Grayscale: #7B7B7B. Windows color (decimal): -11174684 or 14974037. OLE color: 14974037.

HSL color Cylindrical-coordinate representation of color #557CE4: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557CE4 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85124228-
CMYK0.630.4600.11
HSL223.64º72.59%61.37%-
HSV(B)223.64º62.72%89.41%-
XYZ24.9621.9576.32-
YUV124.2186.58100.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 228 (89.45% from 255) = 52.17%
R=19.45%
G=28.38%
B=52.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851242280.630.4600.11223.6472.5961.37
Hex557CE43F2E0Be0493d
Octal125174344775601334011175
Binary101010111111001110010011111110111001011111000001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557CE4; }

 p { color: rgb(85,124,228); }

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

<style>
 a { background-color: #557CE4; }

 a { background-color: rgb(85,124,228); }

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

<style>
 span { border-color: #557CE4; }

 span { border-color: rgb(85,124,228); }

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