Html Css Color HEX #588384 Paradiso

📋 copy color: '#588384'

red 88 ◦ green 131 ◦ blue 132

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

Shades of Paradiso #588384

Tints of Paradiso #588384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 25.07%
G = 37.32%
B = 37.61%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#588384 (or 0x588384) is known color: Paradiso. HEX triplet: 58, 83 and 84. RGB value is (88,131,132). Sum of RGB (Red+Green+Blue) = 88+131+132=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #588384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588384 is #A77C7B. Grayscale: #767676. Windows color (decimal): -10976380 or 8684376. OLE color: 8684376.

HSL color Cylindrical-coordinate representation of color #588384: hue angle of 181.36º 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 #588384 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 131 132 -
CMYK 0.33 0.01 0 0.48
HSL 181.36º 0.2% 0.43% -
HSV(B) 181.36º 0.33% 0.52% -
XYZ 16.31 19.97 24.83 -
YUV 118.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 88 131 132 0.33 0.01 0 0.48 181.36 0.2 0.43
Hex 58 83 84 21 1 0 30 B5 14 2B
Octal 130 203 204 41 1 0 60 265 24 53
Binary 1011000 10000011 10000100 100001 1 0 110000 10110101 10100 101011

Color Harmonies of #588384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588384

Black with #588384

Text Example


Text Example

White with #588384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588384; }

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

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

background-color css

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

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

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

border-color css

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

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

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