Html Css Color HEX #537F86 Paradiso

📋 copy color: '#537F86'

red 83 ◦ green 127 ◦ blue 134

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

Shades of Paradiso #537F86

Tints of Paradiso #537F86

RGB

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

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

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

R = 24.13%
G = 36.92%
B = 38.95%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537F86 (or 0x537F86) is known color: Paradiso. HEX triplet: 53, 7F and 86. RGB value is (83,127,134). Sum of RGB (Red+Green+Blue) = 83+127+134=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #537F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F86 is #AC8079. Grayscale: #727272. Windows color (decimal): -11305082 or 8814419. OLE color: 8814419.

HSL color Cylindrical-coordinate representation of color #537F86: hue angle of 188.24º 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 #537F86 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 127 134 -
CMYK 0.38 0.05 0 0.47
HSL 188.24º 0.24% 0.43% -
HSV(B) 188.24º 0.38% 0.53% -
XYZ 15.46 18.74 25.36 -
YUV 114.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 83 127 134 0.38 0.05 0 0.47 188.24 0.24 0.43
Hex 53 7F 86 26 5 0 2F BC 18 2B
Octal 123 177 206 46 5 0 57 274 30 53
Binary 1010011 1111111 10000110 100110 101 0 101111 10111100 11000 101011

Color Harmonies of #537F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F86

Black with #537F86

Text Example


Text Example

White with #537F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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