Html Css Color HEX #588CBE Danube

📋 copy color: '#588CBE'

red 88 ◦ green 140 ◦ blue 190

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

Shades of Danube #588CBE

Tints of Danube #588CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 21.05%
G = 33.49%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#588CBE (or 0x588CBE) is known color: Danube. HEX triplet: 58, 8C and BE. RGB value is (88,140,190). Sum of RGB (Red+Green+Blue) = 88+140+190=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #588CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CBE is #A77341. Grayscale: #818181. Windows color (decimal): -10974018 or 12487768. OLE color: 12487768.

HSL color Cylindrical-coordinate representation of color #588CBE: hue angle of 209.41º degrees, saturation: 0.44, 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 #588CBE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 140 190 -
CMYK 0.54 0.26 0 0.25
HSL 209.41º 0.44% 0.55% -
HSV(B) 209.41º 0.54% 0.75% -
XYZ 22.7 24.55 52.26 -
YUV 130.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 88 140 190 0.54 0.26 0 0.25 209.41 0.44 0.55
Hex 58 8C BE 36 1A 0 19 D1 2C 37
Octal 130 214 276 66 32 0 31 321 54 67
Binary 1011000 10001100 10111110 110110 11010 0 11001 11010001 101100 110111

Color Harmonies of #588CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CBE

Black with #588CBE

Text Example


Text Example

White with #588CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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