Html Css Color HEX #537C86 Paradiso

📋 copy color: '#537C86'

red 83 ◦ green 124 ◦ blue 134

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

Shades of Paradiso #537C86

Tints of Paradiso #537C86

RGB

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

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

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

R = 24.34%
G = 36.36%
B = 39.3%

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

#537C86 (or 0x537C86) is known color: Paradiso. HEX triplet: 53, 7C and 86. RGB value is (83,124,134). Sum of RGB (Red+Green+Blue) = 83+124+134=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #537C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C86 is #AC8379. Grayscale: #707070. Windows color (decimal): -11305850 or 8813651. OLE color: 8813651.

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

Color convert

RGB 83 124 134 -
CMYK 0.38 0.07 0 0.47
HSL 191.76º 0.24% 0.43% -
HSV(B) 191.76º 0.38% 0.53% -
XYZ 15.08 17.98 25.23 -
YUV 112.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 83 124 134 0.38 0.07 0 0.47 191.76 0.24 0.43
Hex 53 7C 86 26 7 0 2F C0 18 2B
Octal 123 174 206 46 7 0 57 300 30 53
Binary 1010011 1111100 10000110 100110 111 0 101111 11000000 11000 101011

Color Harmonies of #537C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C86

Black with #537C86

Text Example


Text Example

White with #537C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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