Html Css Color HEX #538661 Como

📋 copy color: '#538661'

red 83 ◦ green 134 ◦ blue 97

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

Shades of Como #538661

Tints of Como #538661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 26.43%
G = 42.68%
B = 30.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#538661 (or 0x538661) is known color: Como. HEX triplet: 53, 86 and 61. RGB value is (83,134,97). Sum of RGB (Red+Green+Blue) = 83+134+97=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #538661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538661 is #AC799E. Grayscale: #727272. Windows color (decimal): -11303327 or 6391379. OLE color: 6391379.

HSL color Cylindrical-coordinate representation of color #538661: hue angle of 136.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538661 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 97 -
CMYK 0.38 0 0.28 0.47
HSL 136.47º 0.24% 0.43% -
HSV(B) 136.47º 0.38% 0.53% -
XYZ 14.25 19.75 14.37 -
YUV 114.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 83 134 97 0.38 0 0.28 0.47 136.47 0.24 0.43
Hex 53 86 61 26 0 1C 2F 88 18 2B
Octal 123 206 141 46 0 34 57 210 30 53
Binary 1010011 10000110 1100001 100110 0 11100 101111 10001000 11000 101011

Color Harmonies of #538661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538661

Black with #538661

Text Example


Text Example

White with #538661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538661; }

 p { color: rgb(83,134,97); }

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

background-color css

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

 a { background-color: rgb(83,134,97); }

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

border-color css

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

 span { border-color: rgb(83,134,97); }

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