Html Css Color HEX #578384 Paradiso

📋 copy color: '#578384'

red 87 ◦ green 131 ◦ blue 132

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

Shades of Paradiso #578384

Tints of Paradiso #578384

RGB

 RED value IS 87 (34.38% from 255) = 24.86%

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

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

R = 24.86%
G = 37.43%
B = 37.71%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#578384 (or 0x578384) is known color: Paradiso. HEX triplet: 57, 83 and 84. RGB value is (87,131,132). Sum of RGB (Red+Green+Blue) = 87+131+132=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #578384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578384 is #A87C7B. Grayscale: #757575. Windows color (decimal): -11041916 or 8684375. OLE color: 8684375.

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

Color convert

RGB 87 131 132 -
CMYK 0.34 0.01 0 0.48
HSL 181.33º 0.21% 0.43% -
HSV(B) 181.33º 0.34% 0.52% -
XYZ 16.21 19.92 24.82 -
YUV 117.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 87 131 132 0.34 0.01 0 0.48 181.33 0.21 0.43
Hex 57 83 84 22 1 0 30 B5 15 2B
Octal 127 203 204 42 1 0 60 265 25 53
Binary 1010111 10000011 10000100 100010 1 0 110000 10110101 10101 101011

Color Harmonies of #578384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578384

Black with #578384

Text Example


Text Example

White with #578384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578384; }

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

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

background-color css

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

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

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

border-color css

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

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

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