Html Css Color HEX #537980 Paradiso

📋 copy color: '#537980'

red 83 ◦ green 121 ◦ blue 128

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

Shades of Paradiso #537980

Tints of Paradiso #537980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 25%
G = 36.45%
B = 38.55%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#537980 (or 0x537980) is known color: Paradiso. HEX triplet: 53, 79 and 80. RGB value is (83,121,128). Sum of RGB (Red+Green+Blue) = 83+121+128=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #537980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537980 is #AC867F. Grayscale: #6E6E6E. Windows color (decimal): -11306624 or 8419667. OLE color: 8419667.

HSL color Cylindrical-coordinate representation of color #537980: hue angle of 189.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537980 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 121 128 -
CMYK 0.35 0.05 0 0.50
HSL 189.33º 0.21% 0.41% -
HSV(B) 189.33º 0.35% 0.5% -
XYZ 14.3 17.07 22.96 -
YUV 110.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 83 121 128 0.35 0.05 0 0.50 189.33 0.21 0.41
Hex 53 79 80 23 5 0 32 BD 15 29
Octal 123 171 200 43 5 0 62 275 25 51
Binary 1010011 1111001 10000000 100011 101 0 110010 10111101 10101 101001

Color Harmonies of #537980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537980

Black with #537980

Text Example


Text Example

White with #537980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537980; }

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

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

background-color css

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

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

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

border-color css

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

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

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