Html Css Color HEX #577E84 Paradiso

📋 copy color: '#577E84'

red 87 ◦ green 126 ◦ blue 132

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

Shades of Paradiso #577E84

Tints of Paradiso #577E84

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

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

R = 25.22%
G = 36.52%
B = 38.26%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#577E84 (or 0x577E84) is known color: Paradiso. HEX triplet: 57, 7E and 84. RGB value is (87,126,132). Sum of RGB (Red+Green+Blue) = 87+126+132=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #577E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E84 is #A8817B. Grayscale: #727272. Windows color (decimal): -11043196 or 8683095. OLE color: 8683095.

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

Color convert

RGB 87 126 132 -
CMYK 0.34 0.05 0 0.48
HSL 188º 0.21% 0.43% -
HSV(B) 188º 0.34% 0.52% -
XYZ 15.56 18.61 24.6 -
YUV 115.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 87 126 132 0.34 0.05 0 0.48 188 0.21 0.43
Hex 57 7E 84 22 5 0 30 BC 15 2B
Octal 127 176 204 42 5 0 60 274 25 53
Binary 1010111 1111110 10000100 100010 101 0 110000 10111100 10101 101011

Color Harmonies of #577E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577E84

Black with #577E84

Text Example


Text Example

White with #577E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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