Html Css Color HEX #557ACC Havelock Blue

📋 copy color: '#557ACC'

red 85 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #557ACC

Tints of Havelock Blue #557ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 20.68%
G = 29.68%
B = 49.64%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#557ACC (or 0x557ACC) is known color: Havelock Blue. HEX triplet: 55, 7A and CC. RGB value is (85,122,204). Sum of RGB (Red+Green+Blue) = 85+122+204=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #557ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ACC is #AA8533. Grayscale: #777777. Windows color (decimal): -11175220 or 13400661. OLE color: 13400661.

HSL color Cylindrical-coordinate representation of color #557ACC: hue angle of 221.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557ACC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 122 204 -
CMYK 0.58 0.40 0 0.2
HSL 221.34º 0.54% 0.57% -
HSV(B) 221.34º 0.58% 0.8% -
XYZ 21.6 20.21 59.89 -
YUV 120.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 85 122 204 0.58 0.40 0 0.2 221.34 0.54 0.57
Hex 55 7A CC 3A 28 0 14 DD 36 39
Octal 125 172 314 72 50 0 24 335 66 71
Binary 1010101 1111010 11001100 111010 101000 0 10100 11011101 110110 111001

Color Harmonies of #557ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ACC

Black with #557ACC

Text Example


Text Example

White with #557ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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