Html Css Color HEX #537C81 Paradiso

📋 copy color: '#537C81'

red 83 ◦ green 124 ◦ blue 129

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

Shades of Paradiso #537C81

Tints of Paradiso #537C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 24.7%
G = 36.9%
B = 38.39%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537C81 (or 0x537C81) is known color: Paradiso. HEX triplet: 53, 7C and 81. RGB value is (83,124,129). Sum of RGB (Red+Green+Blue) = 83+124+129=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #537C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C81 is #AC837E. Grayscale: #707070. Windows color (decimal): -11305855 or 8485971. OLE color: 8485971.

HSL color Cylindrical-coordinate representation of color #537C81: hue angle of 186.52º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537C81 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 124 129 -
CMYK 0.36 0.04 0 0.49
HSL 186.52º 0.22% 0.42% -
HSV(B) 186.52º 0.36% 0.51% -
XYZ 14.74 17.84 23.44 -
YUV 112.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 83 124 129 0.36 0.04 0 0.49 186.52 0.22 0.42
Hex 53 7C 81 24 4 0 31 BB 16 2A
Octal 123 174 201 44 4 0 61 273 26 52
Binary 1010011 1111100 10000001 100100 100 0 110001 10111011 10110 101010

Color Harmonies of #537C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C81

Black with #537C81

Text Example


Text Example

White with #537C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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