Html Css Color HEX #588AD6 Havelock Blue

📋 copy color: '#588AD6'

red 88 ◦ green 138 ◦ blue 214

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

Shades of Havelock Blue #588AD6

Tints of Havelock Blue #588AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 20%
G = 31.36%
B = 48.64%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#588AD6 (or 0x588AD6) is known color: Havelock Blue. HEX triplet: 58, 8A and D6. RGB value is (88,138,214). Sum of RGB (Red+Green+Blue) = 88+138+214=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #588AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588AD6 is #A77529. Grayscale: #838383. Windows color (decimal): -10974506 or 14060120. OLE color: 14060120.

HSL color Cylindrical-coordinate representation of color #588AD6: hue angle of 216.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #588AD6 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 138 214 -
CMYK 0.59 0.36 0 0.16
HSL 216.19º 0.61% 0.59% -
HSV(B) 216.19º 0.59% 0.84% -
XYZ 25.25 25.11 67.13 -
YUV 131.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 88 138 214 0.59 0.36 0 0.16 216.19 0.61 0.59
Hex 58 8A D6 3B 24 0 10 D8 3D 3B
Octal 130 212 326 73 44 0 20 330 75 73
Binary 1011000 10001010 11010110 111011 100100 0 10000 11011000 111101 111011

Color Harmonies of #588AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588AD6

Black with #588AD6

Text Example


Text Example

White with #588AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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