Html Css Color HEX #577C80 Paradiso

📋 copy color: '#577C80'

red 87 ◦ green 124 ◦ blue 128

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

Shades of Paradiso #577C80

Tints of Paradiso #577C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 25.66%
G = 36.58%
B = 37.76%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#577C80 (or 0x577C80) is known color: Paradiso. HEX triplet: 57, 7C and 80. RGB value is (87,124,128). Sum of RGB (Red+Green+Blue) = 87+124+128=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #577C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C80 is #A8837F. Grayscale: #717171. Windows color (decimal): -11043712 or 8420439. OLE color: 8420439.

HSL color Cylindrical-coordinate representation of color #577C80: hue angle of 185.85º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #577C80 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 124 128 -
CMYK 0.32 0.03 0 0.50
HSL 185.85º 0.19% 0.42% -
HSV(B) 185.85º 0.32% 0.5% -
XYZ 15.03 18 23.1 -
YUV 113.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 87 124 128 0.32 0.03 0 0.50 185.85 0.19 0.42
Hex 57 7C 80 20 3 0 32 BA 13 2A
Octal 127 174 200 40 3 0 62 272 23 52
Binary 1010111 1111100 10000000 100000 11 0 110010 10111010 10011 101010

Color Harmonies of #577C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C80

Black with #577C80

Text Example


Text Example

White with #577C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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