#557FC7

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

Shades of Havelock Blue #557FC7

Tints of Havelock Blue #557FC7

Color information

#557FC7 (or 0x557FC7) is unknown color: approx Havelock Blue. HEX triplet: 55, 7F and C7. RGB value is (85,127,199). Sum of RGB (Red+Green+Blue) = 85+127+199=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #557FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FC7 is #AA8038. Grayscale: #7A7A7A. Windows color (decimal): -11173945 or 13074261. OLE color: 13074261.

HSL color Cylindrical-coordinate representation of color #557FC7: hue angle of 217.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557FC7 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85127199-
CMYK0.570.3600.22
HSL217.89º50.44%55.69%-
HSV(B)217.89º57.29%78.04%-
XYZ21.6421.2356.99-
YUV122.65171.09101.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 199 (78.12% from 255) = 48.42%
R=20.68%
G=30.90%
B=48.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851271990.570.3600.22217.8950.4455.69
Hex557FC73924016da3238
Octal12517730771440263326270
Binary101010111111111100011111100110010001011011011010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,199); }

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

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

 a { background-color: rgb(85,127,199); }

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

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

 span { border-color: rgb(85,127,199); }

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