Html Css Color HEX #588DBA Danube

📋 copy color: '#588DBA'

red 88 ◦ green 141 ◦ blue 186

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

Shades of Danube #588DBA

Tints of Danube #588DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 21.2%
G = 33.98%
B = 44.82%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#588DBA (or 0x588DBA) is known color: Danube. HEX triplet: 58, 8D and BA. RGB value is (88,141,186). Sum of RGB (Red+Green+Blue) = 88+141+186=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #588DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DBA is #A77245. Grayscale: #828282. Windows color (decimal): -10973766 or 12225880. OLE color: 12225880.

HSL color Cylindrical-coordinate representation of color #588DBA: hue angle of 207.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #588DBA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 141 186 -
CMYK 0.53 0.24 0 0.27
HSL 207.55º 0.42% 0.54% -
HSV(B) 207.55º 0.53% 0.73% -
XYZ 22.41 24.67 50.03 -
YUV 130.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 88 141 186 0.53 0.24 0 0.27 207.55 0.42 0.54
Hex 58 8D BA 35 18 0 1B D0 2A 36
Octal 130 215 272 65 30 0 33 320 52 66
Binary 1011000 10001101 10111010 110101 11000 0 11011 11010000 101010 110110

Color Harmonies of #588DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588DBA

Black with #588DBA

Text Example


Text Example

White with #588DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,141,186); }

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

background-color css

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

 a { background-color: rgb(88,141,186); }

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

border-color css

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

 span { border-color: rgb(88,141,186); }

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