Html Css Color HEX #557AC8 Havelock Blue

📋 copy color: '#557AC8'

red 85 ◦ green 122 ◦ blue 200

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

Shades of Havelock Blue #557AC8

Tints of Havelock Blue #557AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 20.88%
G = 29.98%
B = 49.14%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#557AC8 (or 0x557AC8) is known color: Havelock Blue. HEX triplet: 55, 7A and C8. RGB value is (85,122,200). Sum of RGB (Red+Green+Blue) = 85+122+200=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #557AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AC8 is #AA8537. Grayscale: #777777. Windows color (decimal): -11175224 or 13138517. OLE color: 13138517.

HSL color Cylindrical-coordinate representation of color #557AC8: hue angle of 220.7º degrees, saturation: 0.51, 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 #557AC8 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 122 200 -
CMYK 0.58 0.39 0 0.22
HSL 220.7º 0.51% 0.56% -
HSV(B) 220.7º 0.58% 0.78% -
XYZ 21.13 20.02 57.39 -
YUV 119.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 85 122 200 0.58 0.39 0 0.22 220.7 0.51 0.56
Hex 55 7A C8 3A 27 0 16 DD 33 38
Octal 125 172 310 72 47 0 26 335 63 70
Binary 1010101 1111010 11001000 111010 100111 0 10110 11011101 110011 111000

Color Harmonies of #557AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AC8

Black with #557AC8

Text Example


Text Example

White with #557AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,200); }

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

background-color css

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

 a { background-color: rgb(85,122,200); }

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

border-color css

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

 span { border-color: rgb(85,122,200); }

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