Html Css Color HEX #557BBB Havelock Blue

📋 copy color: '#557BBB'

red 85 ◦ green 123 ◦ blue 187

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

Shades of Havelock Blue #557BBB

Tints of Havelock Blue #557BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

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

R = 21.52%
G = 31.14%
B = 47.34%

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

#557BBB (or 0x557BBB) is known color: Havelock Blue. HEX triplet: 55, 7B and BB. RGB value is (85,123,187). Sum of RGB (Red+Green+Blue) = 85+123+187=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #557BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBB is #AA8444. Grayscale: #767676. Windows color (decimal): -11174981 or 12286805. OLE color: 12286805.

HSL color Cylindrical-coordinate representation of color #557BBB: hue angle of 217.65º 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 #557BBB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 123 187 -
CMYK 0.55 0.34 0 0.27
HSL 217.65º 0.43% 0.53% -
HSV(B) 217.65º 0.55% 0.73% -
XYZ 19.8 19.69 49.77 -
YUV 118.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 85 123 187 0.55 0.34 0 0.27 217.65 0.43 0.53
Hex 55 7B BB 37 22 0 1B DA 2B 35
Octal 125 173 273 67 42 0 33 332 53 65
Binary 1010101 1111011 10111011 110111 100010 0 11011 11011010 101011 110101

Color Harmonies of #557BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BBB

Black with #557BBB

Text Example


Text Example

White with #557BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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