Html Css Color HEX #557FB4 Havelock Blue

📋 copy color: '#557FB4'

red 85 ◦ green 127 ◦ blue 180

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

Shades of Havelock Blue #557FB4

Tints of Havelock Blue #557FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 21.68%
G = 32.4%
B = 45.92%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#557FB4 (or 0x557FB4) is known color: Havelock Blue. HEX triplet: 55, 7F and B4. RGB value is (85,127,180). Sum of RGB (Red+Green+Blue) = 85+127+180=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #557FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FB4 is #AA804B. Grayscale: #787878. Windows color (decimal): -11173964 or 11829077. OLE color: 11829077.

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

Color convert

RGB 85 127 180 -
CMYK 0.53 0.29 0 0.29
HSL 213.47º 0.39% 0.52% -
HSV(B) 213.47º 0.53% 0.71% -
XYZ 19.57 20.41 46.09 -
YUV 120.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 85 127 180 0.53 0.29 0 0.29 213.47 0.39 0.52
Hex 55 7F B4 35 1D 0 1D D5 27 34
Octal 125 177 264 65 35 0 35 325 47 64
Binary 1010101 1111111 10110100 110101 11101 0 11101 11010101 100111 110100

Color Harmonies of #557FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FB4

Black with #557FB4

Text Example


Text Example

White with #557FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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