Html Css Color HEX #537981 Paradiso

📋 copy color: '#537981'

red 83 ◦ green 121 ◦ blue 129

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

Shades of Paradiso #537981

Tints of Paradiso #537981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 24.92%
G = 36.34%
B = 38.74%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537981 (or 0x537981) is known color: Paradiso. HEX triplet: 53, 79 and 81. RGB value is (83,121,129). Sum of RGB (Red+Green+Blue) = 83+121+129=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #537981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537981 is #AC867E. Grayscale: #6E6E6E. Windows color (decimal): -11306623 or 8485203. OLE color: 8485203.

HSL color Cylindrical-coordinate representation of color #537981: hue angle of 190.43º 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 #537981 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 121 129 -
CMYK 0.36 0.06 0 0.49
HSL 190.43º 0.22% 0.42% -
HSV(B) 190.43º 0.36% 0.51% -
XYZ 14.37 17.1 23.31 -
YUV 110.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 83 121 129 0.36 0.06 0 0.49 190.43 0.22 0.42
Hex 53 79 81 24 6 0 31 BE 16 2A
Octal 123 171 201 44 6 0 61 276 26 52
Binary 1010011 1111001 10000001 100100 110 0 110001 10111110 10110 101010

Color Harmonies of #537981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537981

Black with #537981

Text Example


Text Example

White with #537981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537981; }

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

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

background-color css

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

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

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

border-color css

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

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

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