Html Css Color HEX #538465 Como

📋 copy color: '#538465'

red 83 ◦ green 132 ◦ blue 101

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

Shades of Como #538465

Tints of Como #538465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 26.27%
G = 41.77%
B = 31.96%

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

#538465 (or 0x538465) is known color: Como. HEX triplet: 53, 84 and 65. RGB value is (83,132,101). Sum of RGB (Red+Green+Blue) = 83+132+101=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #538465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538465 is #AC7B9A. Grayscale: #717171. Windows color (decimal): -11303835 or 6653011. OLE color: 6653011.

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

Color convert

RGB 83 132 101 -
CMYK 0.37 0 0.23 0.48
HSL 142.04º 0.23% 0.42% -
HSV(B) 142.04º 0.37% 0.52% -
XYZ 14.17 19.28 15.29 -
YUV 113.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 83 132 101 0.37 0 0.23 0.48 142.04 0.23 0.42
Hex 53 84 65 25 0 17 30 8E 17 2A
Octal 123 204 145 45 0 27 60 216 27 52
Binary 1010011 10000100 1100101 100101 0 10111 110000 10001110 10111 101010

Color Harmonies of #538465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538465

Black with #538465

Text Example


Text Example

White with #538465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538465; }

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

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

background-color css

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

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

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

border-color css

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

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

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