Html Css Color HEX #578086 Paradiso

📋 copy color: '#578086'

red 87 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #578086

Tints of Paradiso #578086

RGB

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

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

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

R = 24.93%
G = 36.68%
B = 38.4%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#578086 (or 0x578086) is known color: Paradiso. HEX triplet: 57, 80 and 86. RGB value is (87,128,134). Sum of RGB (Red+Green+Blue) = 87+128+134=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #578086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578086 is #A87F79. Grayscale: #747474. Windows color (decimal): -11042682 or 8814679. OLE color: 8814679.

HSL color Cylindrical-coordinate representation of color #578086: hue angle of 187.66º 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 #578086 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 128 134 -
CMYK 0.35 0.04 0 0.47
HSL 187.66º 0.21% 0.43% -
HSV(B) 187.66º 0.35% 0.53% -
XYZ 15.95 19.19 25.42 -
YUV 116.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 87 128 134 0.35 0.04 0 0.47 187.66 0.21 0.43
Hex 57 80 86 23 4 0 2F BC 15 2B
Octal 127 200 206 43 4 0 57 274 25 53
Binary 1010111 10000000 10000110 100011 100 0 101111 10111100 10101 101011

Color Harmonies of #578086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578086

Black with #578086

Text Example


Text Example

White with #578086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578086; }

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

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

background-color css

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

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

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

border-color css

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

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

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