Html Css Color HEX #588DC2 Danube

📋 copy color: '#588DC2'

red 88 ◦ green 141 ◦ blue 194

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

Shades of Danube #588DC2

Tints of Danube #588DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 20.8%
G = 33.33%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#588DC2 (or 0x588DC2) is known color: Danube. HEX triplet: 58, 8D and C2. RGB value is (88,141,194). Sum of RGB (Red+Green+Blue) = 88+141+194=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #588DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DC2 is #A7723D. Grayscale: #828282. Windows color (decimal): -10973758 or 12750168. OLE color: 12750168.

HSL color Cylindrical-coordinate representation of color #588DC2: hue angle of 210º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #588DC2 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 141 194 -
CMYK 0.55 0.27 0 0.24
HSL 210º 0.46% 0.55% -
HSV(B) 210º 0.55% 0.76% -
XYZ 23.29 25.02 54.64 -
YUV 131.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 88 141 194 0.55 0.27 0 0.24 210 0.46 0.55
Hex 58 8D C2 37 1B 0 18 D2 2E 37
Octal 130 215 302 67 33 0 30 322 56 67
Binary 1011000 10001101 11000010 110111 11011 0 11000 11010010 101110 110111

Color Harmonies of #588DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588DC2

Black with #588DC2

Text Example


Text Example

White with #588DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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