Html Css Color HEX #588484 Paradiso

📋 copy color: '#588484'

red 88 ◦ green 132 ◦ blue 132

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

Shades of Paradiso #588484

Tints of Paradiso #588484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#588484 (or 0x588484) is known color: Paradiso. HEX triplet: 58, 84 and 84. RGB value is (88,132,132). Sum of RGB (Red+Green+Blue) = 88+132+132=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #588484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588484 is #A77B7B. Grayscale: #767676. Windows color (decimal): -10976124 or 8684632. OLE color: 8684632.

HSL color Cylindrical-coordinate representation of color #588484: hue angle of 180º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #588484 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 132 -
CMYK 0.33 0 0 0.48
HSL 180º 0.2% 0.43% -
HSV(B) 180º 0.33% 0.52% -
XYZ 16.44 20.24 24.87 -
YUV 118.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 88 132 132 0.33 0 0 0.48 180 0.2 0.43
Hex 58 84 84 21 0 0 30 B4 14 2B
Octal 130 204 204 41 0 0 60 264 24 53
Binary 1011000 10000100 10000100 100001 0 0 110000 10110100 10100 101011

Color Harmonies of #588484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588484

Black with #588484

Text Example


Text Example

White with #588484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588484; }

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

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

background-color css

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

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

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

border-color css

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

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

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