Html Css Color HEX #588BD5 Havelock Blue

📋 copy color: '#588BD5'

red 88 ◦ green 139 ◦ blue 213

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

Shades of Havelock Blue #588BD5

Tints of Havelock Blue #588BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.41%

R = 20%
G = 31.59%
B = 48.41%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#588BD5 (or 0x588BD5) is known color: Havelock Blue. HEX triplet: 58, 8B and D5. RGB value is (88,139,213). Sum of RGB (Red+Green+Blue) = 88+139+213=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #588BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BD5 is #A7742A. Grayscale: #838383. Windows color (decimal): -10974251 or 13994840. OLE color: 13994840.

HSL color Cylindrical-coordinate representation of color #588BD5: hue angle of 215.52º degrees, saturation: 0.6, 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 #588BD5 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 139 213 -
CMYK 0.59 0.35 0 0.16
HSL 215.52º 0.6% 0.59% -
HSV(B) 215.52º 0.59% 0.84% -
XYZ 25.27 25.34 66.51 -
YUV 132.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 88 139 213 0.59 0.35 0 0.16 215.52 0.6 0.59
Hex 58 8B D5 3B 23 0 10 D8 3C 3B
Octal 130 213 325 73 43 0 20 330 74 73
Binary 1011000 10001011 11010101 111011 100011 0 10000 11011000 111100 111011

Color Harmonies of #588BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588BD5

Black with #588BD5

Text Example


Text Example

White with #588BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,139,213); }

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

background-color css

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

 a { background-color: rgb(88,139,213); }

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

border-color css

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

 span { border-color: rgb(88,139,213); }

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