Html Css Color HEX #578085 Paradiso

📋 copy color: '#578085'

red 87 ◦ green 128 ◦ blue 133

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

Shades of Paradiso #578085

Tints of Paradiso #578085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 25%
G = 36.78%
B = 38.22%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#578085 (or 0x578085) is known color: Paradiso. HEX triplet: 57, 80 and 85. RGB value is (87,128,133). Sum of RGB (Red+Green+Blue) = 87+128+133=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #578085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578085 is #A87F7A. Grayscale: #747474. Windows color (decimal): -11042683 or 8749143. OLE color: 8749143.

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

Color convert

RGB 87 128 133 -
CMYK 0.35 0.04 0 0.48
HSL 186.52º 0.21% 0.43% -
HSV(B) 186.52º 0.35% 0.52% -
XYZ 15.88 19.16 25.05 -
YUV 116.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 87 128 133 0.35 0.04 0 0.48 186.52 0.21 0.43
Hex 57 80 85 23 4 0 30 BB 15 2B
Octal 127 200 205 43 4 0 60 273 25 53
Binary 1010111 10000000 10000101 100011 100 0 110000 10111011 10101 101011

Color Harmonies of #578085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578085

Black with #578085

Text Example


Text Example

White with #578085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578085; }

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

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

background-color css

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

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

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

border-color css

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

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

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