Html Css Color HEX #558BCE Havelock Blue

📋 copy color: '#558BCE'

red 85 ◦ green 139 ◦ blue 206

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

Shades of Havelock Blue #558BCE

Tints of Havelock Blue #558BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 19.77%
G = 32.33%
B = 47.91%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#558BCE (or 0x558BCE) is known color: Havelock Blue. HEX triplet: 55, 8B and CE. RGB value is (85,139,206). Sum of RGB (Red+Green+Blue) = 85+139+206=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #558BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCE is #AA7431. Grayscale: #828282. Windows color (decimal): -11170866 or 13536085. OLE color: 13536085.

HSL color Cylindrical-coordinate representation of color #558BCE: hue angle of 213.22º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558BCE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 139 206 -
CMYK 0.59 0.33 0 0.19
HSL 213.22º 0.55% 0.57% -
HSV(B) 213.22º 0.59% 0.81% -
XYZ 24.12 24.85 61.92 -
YUV 130.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 85 139 206 0.59 0.33 0 0.19 213.22 0.55 0.57
Hex 55 8B CE 3B 21 0 13 D5 37 39
Octal 125 213 316 73 41 0 23 325 67 71
Binary 1010101 10001011 11001110 111011 100001 0 10011 11010101 110111 111001

Color Harmonies of #558BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BCE

Black with #558BCE

Text Example


Text Example

White with #558BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558BCE; }

 p { color: rgb(85,139,206); }

 H1.HeaderClassName
 {
   color: #558BCE;
 }
 .AnyTagClassName
 {
   color: #558BCE;
 }
</style>

background-color css

<style>
 a { background-color: #558BCE; }

 a { background-color: rgb(85,139,206); }

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

border-color css

<style>
 span { border-color: #558BCE; }

 span { border-color: rgb(85,139,206); }

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