Html Css Color HEX #578386 Paradiso

📋 copy color: '#578386'

red 87 ◦ green 131 ◦ blue 134

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

Shades of Paradiso #578386

Tints of Paradiso #578386

RGB

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

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

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

R = 24.72%
G = 37.22%
B = 38.07%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#578386 (or 0x578386) is known color: Paradiso. HEX triplet: 57, 83 and 86. RGB value is (87,131,134). Sum of RGB (Red+Green+Blue) = 87+131+134=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #578386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578386 is #A87C79. Grayscale: #767676. Windows color (decimal): -11041914 or 8815447. OLE color: 8815447.

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

Color convert

RGB 87 131 134 -
CMYK 0.35 0.02 0 0.47
HSL 183.83º 0.21% 0.43% -
HSV(B) 183.83º 0.35% 0.53% -
XYZ 16.35 19.98 25.55 -
YUV 118.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 87 131 134 0.35 0.02 0 0.47 183.83 0.21 0.43
Hex 57 83 86 23 2 0 2F B8 15 2B
Octal 127 203 206 43 2 0 57 270 25 53
Binary 1010111 10000011 10000110 100011 10 0 101111 10111000 10101 101011

Color Harmonies of #578386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578386

Black with #578386

Text Example


Text Example

White with #578386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578386; }

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

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

background-color css

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

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

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

border-color css

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

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

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