Html Css Color HEX #588ABF Danube

📋 copy color: '#588ABF'

red 88 ◦ green 138 ◦ blue 191

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

Shades of Danube #588ABF

Tints of Danube #588ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 21.1%
G = 33.09%
B = 45.8%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#588ABF (or 0x588ABF) is known color: Danube. HEX triplet: 58, 8A and BF. RGB value is (88,138,191). Sum of RGB (Red+Green+Blue) = 88+138+191=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #588ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ABF is #A77540. Grayscale: #808080. Windows color (decimal): -10974529 or 12552792. OLE color: 12552792.

HSL color Cylindrical-coordinate representation of color #588ABF: hue angle of 210.87º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #588ABF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 138 191 -
CMYK 0.54 0.28 0 0.25
HSL 210.87º 0.45% 0.55% -
HSV(B) 210.87º 0.54% 0.75% -
XYZ 22.52 24.01 52.74 -
YUV 129.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 88 138 191 0.54 0.28 0 0.25 210.87 0.45 0.55
Hex 58 8A BF 36 1C 0 19 D3 2D 37
Octal 130 212 277 66 34 0 31 323 55 67
Binary 1011000 10001010 10111111 110110 11100 0 11001 11010011 101101 110111

Color Harmonies of #588ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588ABF

Black with #588ABF

Text Example


Text Example

White with #588ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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