Html Css Color HEX #577F85 Paradiso

📋 copy color: '#577F85'

red 87 ◦ green 127 ◦ blue 133

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

Shades of Paradiso #577F85

Tints of Paradiso #577F85

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

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

R = 25.07%
G = 36.6%
B = 38.33%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#577F85 (or 0x577F85) is known color: Paradiso. HEX triplet: 57, 7F and 85. RGB value is (87,127,133). Sum of RGB (Red+Green+Blue) = 87+127+133=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #577F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F85 is #A8807A. Grayscale: #737373. Windows color (decimal): -11042939 or 8748887. OLE color: 8748887.

HSL color Cylindrical-coordinate representation of color #577F85: hue angle of 187.83º 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 #577F85 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 127 133 -
CMYK 0.35 0.05 0 0.48
HSL 187.83º 0.21% 0.43% -
HSV(B) 187.83º 0.35% 0.52% -
XYZ 15.75 18.9 25.01 -
YUV 115.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 87 127 133 0.35 0.05 0 0.48 187.83 0.21 0.43
Hex 57 7F 85 23 5 0 30 BC 15 2B
Octal 127 177 205 43 5 0 60 274 25 53
Binary 1010111 1111111 10000101 100011 101 0 110000 10111100 10101 101011

Color Harmonies of #577F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F85

Black with #577F85

Text Example


Text Example

White with #577F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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