Html Css Color HEX #588CBC Danube

📋 copy color: '#588CBC'

red 88 ◦ green 140 ◦ blue 188

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

Shades of Danube #588CBC

Tints of Danube #588CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 21.15%
G = 33.65%
B = 45.19%

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

#588CBC (or 0x588CBC) is known color: Danube. HEX triplet: 58, 8C and BC. RGB value is (88,140,188). Sum of RGB (Red+Green+Blue) = 88+140+188=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #588CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CBC is #A77343. Grayscale: #818181. Windows color (decimal): -10974020 or 12356696. OLE color: 12356696.

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

Color convert

RGB 88 140 188 -
CMYK 0.53 0.26 0 0.26
HSL 208.8º 0.43% 0.54% -
HSV(B) 208.8º 0.53% 0.74% -
XYZ 22.48 24.46 51.11 -
YUV 129.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 88 140 188 0.53 0.26 0 0.26 208.8 0.43 0.54
Hex 58 8C BC 35 1A 0 1A D1 2B 36
Octal 130 214 274 65 32 0 32 321 53 66
Binary 1011000 10001100 10111100 110101 11010 0 11010 11010001 101011 110110

Color Harmonies of #588CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CBC

Black with #588CBC

Text Example


Text Example

White with #588CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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