Html Css Color HEX #588ACF Havelock Blue

📋 copy color: '#588ACF'

red 88 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #588ACF

Tints of Havelock Blue #588ACF

RGB

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

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

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

R = 20.32%
G = 31.87%
B = 47.81%

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

#588ACF (or 0x588ACF) is known color: Havelock Blue. HEX triplet: 58, 8A and CF. RGB value is (88,138,207). Sum of RGB (Red+Green+Blue) = 88+138+207=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #588ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ACF is #A77530. Grayscale: #828282. Windows color (decimal): -10974513 or 13601368. OLE color: 13601368.

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

Color convert

RGB 88 138 207 -
CMYK 0.57 0.33 0 0.19
HSL 214.79º 0.55% 0.58% -
HSV(B) 214.79º 0.57% 0.81% -
XYZ 24.38 24.76 62.53 -
YUV 130.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 88 138 207 0.57 0.33 0 0.19 214.79 0.55 0.58
Hex 58 8A CF 39 21 0 13 D7 37 3A
Octal 130 212 317 71 41 0 23 327 67 72
Binary 1011000 10001010 11001111 111001 100001 0 10011 11010111 110111 111010

Color Harmonies of #588ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588ACF

Black with #588ACF

Text Example


Text Example

White with #588ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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