Html Css Color HEX #557BCB Havelock Blue

📋 copy color: '#557BCB'

red 85 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #557BCB

Tints of Havelock Blue #557BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 20.68%
G = 29.93%
B = 49.39%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#557BCB (or 0x557BCB) is known color: Havelock Blue. HEX triplet: 55, 7B and CB. RGB value is (85,123,203). Sum of RGB (Red+Green+Blue) = 85+123+203=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #557BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCB is #AA8434. Grayscale: #787878. Windows color (decimal): -11174965 or 13335381. OLE color: 13335381.

HSL color Cylindrical-coordinate representation of color #557BCB: hue angle of 220.68º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557BCB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 123 203 -
CMYK 0.58 0.39 0 0.20
HSL 220.68º 0.53% 0.56% -
HSV(B) 220.68º 0.58% 0.8% -
XYZ 21.61 20.41 59.3 -
YUV 120.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 85 123 203 0.58 0.39 0 0.20 220.68 0.53 0.56
Hex 55 7B CB 3A 27 0 14 DD 35 38
Octal 125 173 313 72 47 0 24 335 65 70
Binary 1010101 1111011 11001011 111010 100111 0 10100 11011101 110101 111000

Color Harmonies of #557BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BCB

Black with #557BCB

Text Example


Text Example

White with #557BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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