Html Css Color HEX #557BBC Havelock Blue

📋 copy color: '#557BBC'

red 85 ◦ green 123 ◦ blue 188

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

Shades of Havelock Blue #557BBC

Tints of Havelock Blue #557BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 21.46%
G = 31.06%
B = 47.47%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#557BBC (or 0x557BBC) is known color: Havelock Blue. HEX triplet: 55, 7B and BC. RGB value is (85,123,188). Sum of RGB (Red+Green+Blue) = 85+123+188=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #557BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBC is #AA8443. Grayscale: #767676. Windows color (decimal): -11174980 or 12352341. OLE color: 12352341.

HSL color Cylindrical-coordinate representation of color #557BBC: hue angle of 217.86º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557BBC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 123 188 -
CMYK 0.55 0.35 0 0.26
HSL 217.86º 0.43% 0.54% -
HSV(B) 217.86º 0.55% 0.74% -
XYZ 19.91 19.73 50.34 -
YUV 119.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 85 123 188 0.55 0.35 0 0.26 217.86 0.43 0.54
Hex 55 7B BC 37 23 0 1A DA 2B 36
Octal 125 173 274 67 43 0 32 332 53 66
Binary 1010101 1111011 10111100 110111 100011 0 11010 11011010 101011 110110

Color Harmonies of #557BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BBC

Black with #557BBC

Text Example


Text Example

White with #557BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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