Html Css Color HEX #557FC5 Havelock Blue

📋 copy color: '#557FC5'

red 85 ◦ green 127 ◦ blue 197

#557FC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #557FC5

Tints of Havelock Blue #557FC5

RGB

 RED value IS 85 (33.59% from 255) = 20.78%

 GREEN value IS 127 (50% from 255) = 31.05%

 BLUE value IS 197 (77.34% from 255) = 48.17%

R = 20.78%
G = 31.05%
B = 48.17%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#557FC5 (or 0x557FC5) is known color: Havelock Blue. HEX triplet: 55, 7F and C5. RGB value is (85,127,197). Sum of RGB (Red+Green+Blue) = 85+127+197=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #557FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FC5 is #AA803A. Grayscale: #7A7A7A. Windows color (decimal): -11173947 or 12943189. OLE color: 12943189.

HSL color Cylindrical-coordinate representation of color #557FC5: hue angle of 217.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557FC5 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 127 197 -
CMYK 0.57 0.36 0 0.23
HSL 217.5º 0.49% 0.55% -
HSV(B) 217.5º 0.57% 0.77% -
XYZ 21.41 21.14 55.78 -
YUV 122.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 85 127 197 0.57 0.36 0 0.23 217.5 0.49 0.55
Hex 55 7F C5 39 24 0 17 DA 31 37
Octal 125 177 305 71 44 0 27 332 61 67
Binary 1010101 1111111 11000101 111001 100100 0 10111 11011010 110001 110111

Color Harmonies of #557FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FC5

Black with #557FC5

Text Example


Text Example

White with #557FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #557FC5;
 }
 .AnyTagClassName
 {
   color: #557FC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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