Html Css Color HEX #588CBD Danube

📋 copy color: '#588CBD'

red 88 ◦ green 140 ◦ blue 189

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

Shades of Danube #588CBD

Tints of Danube #588CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 21.1%
G = 33.57%
B = 45.32%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#588CBD (or 0x588CBD) is known color: Danube. HEX triplet: 58, 8C and BD. RGB value is (88,140,189). Sum of RGB (Red+Green+Blue) = 88+140+189=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #588CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CBD is #A77342. Grayscale: #818181. Windows color (decimal): -10974019 or 12422232. OLE color: 12422232.

HSL color Cylindrical-coordinate representation of color #588CBD: hue angle of 209.11º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #588CBD is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 140 189 -
CMYK 0.53 0.26 0 0.26
HSL 209.11º 0.43% 0.54% -
HSV(B) 209.11º 0.53% 0.74% -
XYZ 22.59 24.51 51.68 -
YUV 130.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 88 140 189 0.53 0.26 0 0.26 209.11 0.43 0.54
Hex 58 8C BD 35 1A 0 1A D1 2B 36
Octal 130 214 275 65 32 0 32 321 53 66
Binary 1011000 10001100 10111101 110101 11010 0 11010 11010001 101011 110110

Color Harmonies of #588CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CBD

Black with #588CBD

Text Example


Text Example

White with #588CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,140,189); }

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

background-color css

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

 a { background-color: rgb(88,140,189); }

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

border-color css

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

 span { border-color: rgb(88,140,189); }

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