Html Css Color HEX #557AC6 Havelock Blue

📋 copy color: '#557AC6'

red 85 ◦ green 122 ◦ blue 198

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

Shades of Havelock Blue #557AC6

Tints of Havelock Blue #557AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 20.99%
G = 30.12%
B = 48.89%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#557AC6 (or 0x557AC6) is known color: Havelock Blue. HEX triplet: 55, 7A and C6. RGB value is (85,122,198). Sum of RGB (Red+Green+Blue) = 85+122+198=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #557AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AC6 is #AA8539. Grayscale: #777777. Windows color (decimal): -11175226 or 13007445. OLE color: 13007445.

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

Color convert

RGB 85 122 198 -
CMYK 0.57 0.38 0 0.22
HSL 220.35º 0.5% 0.55% -
HSV(B) 220.35º 0.57% 0.78% -
XYZ 20.9 19.93 56.17 -
YUV 119.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 85 122 198 0.57 0.38 0 0.22 220.35 0.5 0.55
Hex 55 7A C6 39 26 0 16 DC 32 37
Octal 125 172 306 71 46 0 26 334 62 67
Binary 1010101 1111010 11000110 111001 100110 0 10110 11011100 110010 110111

Color Harmonies of #557AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AC6

Black with #557AC6

Text Example


Text Example

White with #557AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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