Html Css Color HEX #537D86 Paradiso

📋 copy color: '#537D86'

red 83 ◦ green 125 ◦ blue 134

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

Shades of Paradiso #537D86

Tints of Paradiso #537D86

RGB

 RED value IS 83 (32.81% from 255) = 24.27%

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 24.27%
G = 36.55%
B = 39.18%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537D86 (or 0x537D86) is known color: Paradiso. HEX triplet: 53, 7D and 86. RGB value is (83,125,134). Sum of RGB (Red+Green+Blue) = 83+125+134=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #537D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D86 is #AC8279. Grayscale: #717171. Windows color (decimal): -11305594 or 8813907. OLE color: 8813907.

HSL color Cylindrical-coordinate representation of color #537D86: hue angle of 190.59º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537D86 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 125 134 -
CMYK 0.38 0.07 0 0.47
HSL 190.59º 0.24% 0.43% -
HSV(B) 190.59º 0.38% 0.53% -
XYZ 15.2 18.23 25.27 -
YUV 113.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 83 125 134 0.38 0.07 0 0.47 190.59 0.24 0.43
Hex 53 7D 86 26 7 0 2F BF 18 2B
Octal 123 175 206 46 7 0 57 277 30 53
Binary 1010011 1111101 10000110 100110 111 0 101111 10111111 11000 101011

Color Harmonies of #537D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D86

Black with #537D86

Text Example


Text Example

White with #537D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537D86; }

 p { color: rgb(83,125,134); }

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

background-color css

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

 a { background-color: rgb(83,125,134); }

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

border-color css

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

 span { border-color: rgb(83,125,134); }

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