Html Css Color HEX #538466 Como

📋 copy color: '#538466'

red 83 ◦ green 132 ◦ blue 102

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

Shades of Como #538466

Tints of Como #538466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 26.18%
G = 41.64%
B = 32.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#538466 (or 0x538466) is known color: Como. HEX triplet: 53, 84 and 66. RGB value is (83,132,102). Sum of RGB (Red+Green+Blue) = 83+132+102=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #538466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538466 is #AC7B99. Grayscale: #727272. Windows color (decimal): -11303834 or 6718547. OLE color: 6718547.

HSL color Cylindrical-coordinate representation of color #538466: hue angle of 143.27º 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 #538466 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 102 -
CMYK 0.37 0 0.23 0.48
HSL 143.27º 0.23% 0.42% -
HSV(B) 143.27º 0.37% 0.52% -
XYZ 14.22 19.3 15.55 -
YUV 113.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 83 132 102 0.37 0 0.23 0.48 143.27 0.23 0.42
Hex 53 84 66 25 0 17 30 8F 17 2A
Octal 123 204 146 45 0 27 60 217 27 52
Binary 1010011 10000100 1100110 100101 0 10111 110000 10001111 10111 101010

Color Harmonies of #538466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538466

Black with #538466

Text Example


Text Example

White with #538466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538466; }

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

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

background-color css

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

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

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

border-color css

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

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

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