Html Css Color HEX #557FB2 Havelock Blue

📋 copy color: '#557FB2'

red 85 ◦ green 127 ◦ blue 178

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

Shades of Havelock Blue #557FB2

Tints of Havelock Blue #557FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.64%

R = 21.79%
G = 32.56%
B = 45.64%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#557FB2 (or 0x557FB2) is known color: Havelock Blue. HEX triplet: 55, 7F and B2. RGB value is (85,127,178). Sum of RGB (Red+Green+Blue) = 85+127+178=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #557FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FB2 is #AA804D. Grayscale: #787878. Windows color (decimal): -11173966 or 11698005. OLE color: 11698005.

HSL color Cylindrical-coordinate representation of color #557FB2: hue angle of 212.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557FB2 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 127 178 -
CMYK 0.52 0.29 0 0.30
HSL 212.9º 0.38% 0.52% -
HSV(B) 212.9º 0.52% 0.7% -
XYZ 19.37 20.32 45.02 -
YUV 120.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 85 127 178 0.52 0.29 0 0.30 212.9 0.38 0.52
Hex 55 7F B2 34 1D 0 1E D5 26 34
Octal 125 177 262 64 35 0 36 325 46 64
Binary 1010101 1111111 10110010 110100 11101 0 11110 11010101 100110 110100

Color Harmonies of #557FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FB2

Black with #557FB2

Text Example


Text Example

White with #557FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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