Html Css Color HEX #558ACF Havelock Blue

📋 copy color: '#558ACF'

red 85 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #558ACF

Tints of Havelock Blue #558ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 19.77%
G = 32.09%
B = 48.14%

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

#558ACF (or 0x558ACF) is known color: Havelock Blue. HEX triplet: 55, 8A and CF. RGB value is (85,138,207). Sum of RGB (Red+Green+Blue) = 85+138+207=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #558ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ACF is #AA7530. Grayscale: #818181. Windows color (decimal): -11171121 or 13601365. OLE color: 13601365.

HSL color Cylindrical-coordinate representation of color #558ACF: hue angle of 213.93º degrees, saturation: 0.56, 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 #558ACF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 138 207 -
CMYK 0.59 0.33 0 0.19
HSL 213.93º 0.56% 0.57% -
HSV(B) 213.93º 0.59% 0.81% -
XYZ 24.1 24.61 62.51 -
YUV 130.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 85 138 207 0.59 0.33 0 0.19 213.93 0.56 0.57
Hex 55 8A CF 3B 21 0 13 D6 38 39
Octal 125 212 317 73 41 0 23 326 70 71
Binary 1010101 10001010 11001111 111011 100001 0 10011 11010110 111000 111001

Color Harmonies of #558ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ACF

Black with #558ACF

Text Example


Text Example

White with #558ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,138,207); }

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

background-color css

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

 a { background-color: rgb(85,138,207); }

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

border-color css

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

 span { border-color: rgb(85,138,207); }

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