Html Css Color HEX #588082 Paradiso

📋 copy color: '#588082'

red 88 ◦ green 128 ◦ blue 130

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

Shades of Paradiso #588082

Tints of Paradiso #588082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 25.43%
G = 36.99%
B = 37.57%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#588082 (or 0x588082) is known color: Paradiso. HEX triplet: 58, 80 and 82. RGB value is (88,128,130). Sum of RGB (Red+Green+Blue) = 88+128+130=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #588082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588082 is #A77F7D. Grayscale: #747474. Windows color (decimal): -10977150 or 8552536. OLE color: 8552536.

HSL color Cylindrical-coordinate representation of color #588082: hue angle of 182.86º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #588082 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 128 130 -
CMYK 0.32 0.02 0 0.49
HSL 182.86º 0.19% 0.43% -
HSV(B) 182.86º 0.32% 0.51% -
XYZ 15.77 19.12 23.98 -
YUV 116.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 88 128 130 0.32 0.02 0 0.49 182.86 0.19 0.43
Hex 58 80 82 20 2 0 31 B7 13 2B
Octal 130 200 202 40 2 0 61 267 23 53
Binary 1011000 10000000 10000010 100000 10 0 110001 10110111 10011 101011

Color Harmonies of #588082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588082

Black with #588082

Text Example


Text Example

White with #588082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588082; }

 p { color: rgb(88,128,130); }

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

background-color css

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

 a { background-color: rgb(88,128,130); }

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

border-color css

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

 span { border-color: rgb(88,128,130); }

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