Html Css Color HEX #588ABE Danube

📋 copy color: '#588ABE'

red 88 ◦ green 138 ◦ blue 190

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

Shades of Danube #588ABE

Tints of Danube #588ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

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

R = 21.15%
G = 33.17%
B = 45.67%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#588ABE (or 0x588ABE) is known color: Danube. HEX triplet: 58, 8A and BE. RGB value is (88,138,190). Sum of RGB (Red+Green+Blue) = 88+138+190=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #588ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ABE is #A77541. Grayscale: #808080. Windows color (decimal): -10974530 or 12487256. OLE color: 12487256.

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

Color convert

RGB 88 138 190 -
CMYK 0.54 0.27 0 0.25
HSL 210.59º 0.44% 0.55% -
HSV(B) 210.59º 0.54% 0.75% -
XYZ 22.41 23.97 52.16 -
YUV 128.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 88 138 190 0.54 0.27 0 0.25 210.59 0.44 0.55
Hex 58 8A BE 36 1B 0 19 D3 2C 37
Octal 130 212 276 66 33 0 31 323 54 67
Binary 1011000 10001010 10111110 110110 11011 0 11001 11010011 101100 110111

Color Harmonies of #588ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588ABE

Black with #588ABE

Text Example


Text Example

White with #588ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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