Html Css Color HEX #538060 Como

📋 copy color: '#538060'

red 83 ◦ green 128 ◦ blue 96

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

Shades of Como #538060

Tints of Como #538060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 27.04%
G = 41.69%
B = 31.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#538060 (or 0x538060) is known color: Como. HEX triplet: 53, 80 and 60. RGB value is (83,128,96). Sum of RGB (Red+Green+Blue) = 83+128+96=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #538060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538060 is #AC7F9F. Grayscale: #6E6E6E. Windows color (decimal): -11304864 or 6324307. OLE color: 6324307.

HSL color Cylindrical-coordinate representation of color #538060: hue angle of 137.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 #538060 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 128 96 -
CMYK 0.35 0 0.25 0.50
HSL 137.33º 0.21% 0.41% -
HSV(B) 137.33º 0.35% 0.5% -
XYZ 13.4 18.12 13.86 -
YUV 110.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 83 128 96 0.35 0 0.25 0.50 137.33 0.21 0.41
Hex 53 80 60 23 0 19 32 89 15 29
Octal 123 200 140 43 0 31 62 211 25 51
Binary 1010011 10000000 1100000 100011 0 11001 110010 10001001 10101 101001

Color Harmonies of #538060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538060

Black with #538060

Text Example


Text Example

White with #538060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538060; }

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

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

background-color css

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

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

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

border-color css

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

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

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