Html Css Color HEX #588CBA Danube

📋 copy color: '#588CBA'

red 88 ◦ green 140 ◦ blue 186

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

Shades of Danube #588CBA

Tints of Danube #588CBA

RGB

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

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

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

R = 21.26%
G = 33.82%
B = 44.93%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#588CBA (or 0x588CBA) is known color: Danube. HEX triplet: 58, 8C and BA. RGB value is (88,140,186). Sum of RGB (Red+Green+Blue) = 88+140+186=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #588CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CBA is #A77345. Grayscale: #818181. Windows color (decimal): -10974022 or 12225624. OLE color: 12225624.

HSL color Cylindrical-coordinate representation of color #588CBA: hue angle of 208.16º 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 #588CBA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 140 186 -
CMYK 0.53 0.25 0 0.27
HSL 208.16º 0.42% 0.54% -
HSV(B) 208.16º 0.53% 0.73% -
XYZ 22.27 24.38 49.99 -
YUV 129.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 88 140 186 0.53 0.25 0 0.27 208.16 0.42 0.54
Hex 58 8C BA 35 19 0 1B D0 2A 36
Octal 130 214 272 65 31 0 33 320 52 66
Binary 1011000 10001100 10111010 110101 11001 0 11011 11010000 101010 110110

Color Harmonies of #588CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CBA

Black with #588CBA

Text Example


Text Example

White with #588CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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