Html Css Color HEX #538062 Como

📋 copy color: '#538062'

red 83 ◦ green 128 ◦ blue 98

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

Shades of Como #538062

Tints of Como #538062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 26.86%
G = 41.42%
B = 31.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#538062 (or 0x538062) is known color: Como. HEX triplet: 53, 80 and 62. RGB value is (83,128,98). Sum of RGB (Red+Green+Blue) = 83+128+98=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #538062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538062 is #AC7F9D. Grayscale: #6F6F6F. Windows color (decimal): -11304862 or 6455379. OLE color: 6455379.

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

Color convert

RGB 83 128 98 -
CMYK 0.35 0 0.23 0.50
HSL 140º 0.21% 0.41% -
HSV(B) 140º 0.35% 0.5% -
XYZ 13.49 18.16 14.35 -
YUV 111.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 83 128 98 0.35 0 0.23 0.50 140 0.21 0.41
Hex 53 80 62 23 0 17 32 8C 15 29
Octal 123 200 142 43 0 27 62 214 25 51
Binary 1010011 10000000 1100010 100011 0 10111 110010 10001100 10101 101001

Color Harmonies of #538062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538062

Black with #538062

Text Example


Text Example

White with #538062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538062; }

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

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

background-color css

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

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

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

border-color css

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

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

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