Html Css Color HEX #557CBB Havelock Blue

📋 copy color: '#557CBB'

red 85 ◦ green 124 ◦ blue 187

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

Shades of Havelock Blue #557CBB

Tints of Havelock Blue #557CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 21.46%
G = 31.31%
B = 47.22%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#557CBB (or 0x557CBB) is known color: Havelock Blue. HEX triplet: 55, 7C and BB. RGB value is (85,124,187). Sum of RGB (Red+Green+Blue) = 85+124+187=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #557CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CBB is #AA8344. Grayscale: #777777. Windows color (decimal): -11174725 or 12287061. OLE color: 12287061.

HSL color Cylindrical-coordinate representation of color #557CBB: hue angle of 217.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557CBB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 124 187 -
CMYK 0.55 0.34 0 0.27
HSL 217.06º 0.43% 0.53% -
HSV(B) 217.06º 0.55% 0.73% -
XYZ 19.92 19.93 49.81 -
YUV 119.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 85 124 187 0.55 0.34 0 0.27 217.06 0.43 0.53
Hex 55 7C BB 37 22 0 1B D9 2B 35
Octal 125 174 273 67 42 0 33 331 53 65
Binary 1010101 1111100 10111011 110111 100010 0 11011 11011001 101011 110101

Color Harmonies of #557CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CBB

Black with #557CBB

Text Example


Text Example

White with #557CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,187); }

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

background-color css

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

 a { background-color: rgb(85,124,187); }

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

border-color css

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

 span { border-color: rgb(85,124,187); }

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