Html Css Color HEX #588ACD Havelock Blue

📋 copy color: '#588ACD'

red 88 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #588ACD

Tints of Havelock Blue #588ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 20.42%
G = 32.02%
B = 47.56%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#588ACD (or 0x588ACD) is known color: Havelock Blue. HEX triplet: 58, 8A and CD. RGB value is (88,138,205). Sum of RGB (Red+Green+Blue) = 88+138+205=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #588ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ACD is #A77532. Grayscale: #828282. Windows color (decimal): -10974515 or 13470296. OLE color: 13470296.

HSL color Cylindrical-coordinate representation of color #588ACD: hue angle of 214.36º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588ACD is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 138 205 -
CMYK 0.57 0.33 0 0.20
HSL 214.36º 0.54% 0.57% -
HSV(B) 214.36º 0.57% 0.8% -
XYZ 24.13 24.66 61.25 -
YUV 130.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 88 138 205 0.57 0.33 0 0.20 214.36 0.54 0.57
Hex 58 8A CD 39 21 0 14 D6 36 39
Octal 130 212 315 71 41 0 24 326 66 71
Binary 1011000 10001010 11001101 111001 100001 0 10100 11010110 110110 111001

Color Harmonies of #588ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588ACD

Black with #588ACD

Text Example


Text Example

White with #588ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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