Html Css Color HEX #557ACB Havelock Blue

📋 copy color: '#557ACB'

red 85 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #557ACB

Tints of Havelock Blue #557ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 20.73%
G = 29.76%
B = 49.51%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#557ACB (or 0x557ACB) is known color: Havelock Blue. HEX triplet: 55, 7A and CB. RGB value is (85,122,203). Sum of RGB (Red+Green+Blue) = 85+122+203=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #557ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ACB is #AA8534. Grayscale: #777777. Windows color (decimal): -11175221 or 13335125. OLE color: 13335125.

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

Color convert

RGB 85 122 203 -
CMYK 0.58 0.40 0 0.20
HSL 221.19º 0.53% 0.56% -
HSV(B) 221.19º 0.58% 0.8% -
XYZ 21.49 20.16 59.26 -
YUV 120.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 85 122 203 0.58 0.40 0 0.20 221.19 0.53 0.56
Hex 55 7A CB 3A 28 0 14 DD 35 38
Octal 125 172 313 72 50 0 24 335 65 70
Binary 1010101 1111010 11001011 111010 101000 0 10100 11011101 110101 111000

Color Harmonies of #557ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ACB

Black with #557ACB

Text Example


Text Example

White with #557ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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