Html Css Color HEX #577F82 Paradiso

📋 copy color: '#577F82'

red 87 ◦ green 127 ◦ blue 130

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

Shades of Paradiso #577F82

Tints of Paradiso #577F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 25.29%
G = 36.92%
B = 37.79%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#577F82 (or 0x577F82) is known color: Paradiso. HEX triplet: 57, 7F and 82. RGB value is (87,127,130). Sum of RGB (Red+Green+Blue) = 87+127+130=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #577F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F82 is #A8807D. Grayscale: #737373. Windows color (decimal): -11042942 or 8552279. OLE color: 8552279.

HSL color Cylindrical-coordinate representation of color #577F82: hue angle of 184.19º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577F82 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 127 130 -
CMYK 0.33 0.02 0 0.49
HSL 184.19º 0.2% 0.43% -
HSV(B) 184.19º 0.33% 0.51% -
XYZ 15.55 18.82 23.93 -
YUV 115.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 87 127 130 0.33 0.02 0 0.49 184.19 0.2 0.43
Hex 57 7F 82 21 2 0 31 B8 14 2B
Octal 127 177 202 41 2 0 61 270 24 53
Binary 1010111 1111111 10000010 100001 10 0 110001 10111000 10100 101011

Color Harmonies of #577F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F82

Black with #577F82

Text Example


Text Example

White with #577F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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