Html Css Color HEX #588BCC Danube

📋 copy color: '#588BCC'

red 88 ◦ green 139 ◦ blue 204

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

Shades of Danube #588BCC

Tints of Danube #588BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 20.42%
G = 32.25%
B = 47.33%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#588BCC (or 0x588BCC) is known color: Danube. HEX triplet: 58, 8B and CC. RGB value is (88,139,204). Sum of RGB (Red+Green+Blue) = 88+139+204=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #588BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BCC is #A77433. Grayscale: #828282. Windows color (decimal): -10974260 or 13405016. OLE color: 13405016.

HSL color Cylindrical-coordinate representation of color #588BCC: hue angle of 213.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588BCC is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 139 204 -
CMYK 0.57 0.32 0 0.2
HSL 213.62º 0.53% 0.57% -
HSV(B) 213.62º 0.57% 0.8% -
XYZ 24.16 24.9 60.66 -
YUV 131.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 88 139 204 0.57 0.32 0 0.2 213.62 0.53 0.57
Hex 58 8B CC 39 20 0 14 D6 35 39
Octal 130 213 314 71 40 0 24 326 65 71
Binary 1011000 10001011 11001100 111001 100000 0 10100 11010110 110101 111001

Color Harmonies of #588BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588BCC

Black with #588BCC

Text Example


Text Example

White with #588BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,139,204); }

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

background-color css

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

 a { background-color: rgb(88,139,204); }

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

border-color css

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

 span { border-color: rgb(88,139,204); }

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