Html Css Color HEX #538460 Como

📋 copy color: '#538460'

red 83 ◦ green 132 ◦ blue 96

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

Shades of Como #538460

Tints of Como #538460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 26.69%
G = 42.44%
B = 30.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#538460 (or 0x538460) is known color: Como. HEX triplet: 53, 84 and 60. RGB value is (83,132,96). Sum of RGB (Red+Green+Blue) = 83+132+96=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #538460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538460 is #AC7B9F. Grayscale: #717171. Windows color (decimal): -11303840 or 6325331. OLE color: 6325331.

HSL color Cylindrical-coordinate representation of color #538460: hue angle of 135.92º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538460 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 96 -
CMYK 0.37 0 0.27 0.48
HSL 135.92º 0.23% 0.42% -
HSV(B) 135.92º 0.37% 0.52% -
XYZ 13.93 19.19 14.04 -
YUV 113.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 83 132 96 0.37 0 0.27 0.48 135.92 0.23 0.42
Hex 53 84 60 25 0 1B 30 88 17 2A
Octal 123 204 140 45 0 33 60 210 27 52
Binary 1010011 10000100 1100000 100101 0 11011 110000 10001000 10111 101010

Color Harmonies of #538460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538460

Black with #538460

Text Example


Text Example

White with #538460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538460; }

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

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

background-color css

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

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

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

border-color css

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

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

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