Html Css Color HEX #588ACE Havelock Blue

📋 copy color: '#588ACE'

red 88 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #588ACE

Tints of Havelock Blue #588ACE

RGB

 RED value IS 88 (34.77% from 255) = 20.37%

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

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

R = 20.37%
G = 31.94%
B = 47.69%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#588ACE (or 0x588ACE) is known color: Havelock Blue. HEX triplet: 58, 8A and CE. RGB value is (88,138,206). Sum of RGB (Red+Green+Blue) = 88+138+206=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #588ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ACE is #A77531. Grayscale: #828282. Windows color (decimal): -10974514 or 13535832. OLE color: 13535832.

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

Color convert

RGB 88 138 206 -
CMYK 0.57 0.33 0 0.19
HSL 214.58º 0.55% 0.58% -
HSV(B) 214.58º 0.57% 0.81% -
XYZ 24.25 24.71 61.88 -
YUV 130.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 88 138 206 0.57 0.33 0 0.19 214.58 0.55 0.58
Hex 58 8A CE 39 21 0 13 D7 37 3A
Octal 130 212 316 71 41 0 23 327 67 72
Binary 1011000 10001010 11001110 111001 100001 0 10011 11010111 110111 111010

Color Harmonies of #588ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588ACE

Black with #588ACE

Text Example


Text Example

White with #588ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588ACE; }

 p { color: rgb(88,138,206); }

 H1.HeaderClassName
 {
   color: #588ACE;
 }
 .AnyTagClassName
 {
   color: #588ACE;
 }
</style>

background-color css

<style>
 a { background-color: #588ACE; }

 a { background-color: rgb(88,138,206); }

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

border-color css

<style>
 span { border-color: #588ACE; }

 span { border-color: rgb(88,138,206); }

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