Html Css Color HEX #588486 Paradiso

📋 copy color: '#588486'

red 88 ◦ green 132 ◦ blue 134

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

Shades of Paradiso #588486

Tints of Paradiso #588486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 24.86%
G = 37.29%
B = 37.85%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#588486 (or 0x588486) is known color: Paradiso. HEX triplet: 58, 84 and 86. RGB value is (88,132,134). Sum of RGB (Red+Green+Blue) = 88+132+134=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #588486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588486 is #A77B79. Grayscale: #777777. Windows color (decimal): -10976122 or 8815704. OLE color: 8815704.

HSL color Cylindrical-coordinate representation of color #588486: hue angle of 182.61º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #588486 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 132 134 -
CMYK 0.34 0.01 0 0.47
HSL 182.61º 0.21% 0.44% -
HSV(B) 182.61º 0.34% 0.53% -
XYZ 16.58 20.3 25.6 -
YUV 119.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 88 132 134 0.34 0.01 0 0.47 182.61 0.21 0.44
Hex 58 84 86 22 1 0 2F B7 15 2C
Octal 130 204 206 42 1 0 57 267 25 54
Binary 1011000 10000100 10000110 100010 1 0 101111 10110111 10101 101100

Color Harmonies of #588486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588486

Black with #588486

Text Example


Text Example

White with #588486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588486; }

 p { color: rgb(88,132,134); }

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

background-color css

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

 a { background-color: rgb(88,132,134); }

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

border-color css

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

 span { border-color: rgb(88,132,134); }

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