Html Css Color HEX #538266 Como

📋 copy color: '#538266'

red 83 ◦ green 130 ◦ blue 102

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

Shades of Como #538266

Tints of Como #538266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 26.35%
G = 41.27%
B = 32.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#538266 (or 0x538266) is known color: Como. HEX triplet: 53, 82 and 66. RGB value is (83,130,102). Sum of RGB (Red+Green+Blue) = 83+130+102=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #538266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538266 is #AC7D99. Grayscale: #707070. Windows color (decimal): -11304346 or 6718035. OLE color: 6718035.

HSL color Cylindrical-coordinate representation of color #538266: hue angle of 144.26º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538266 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 102 -
CMYK 0.36 0 0.22 0.49
HSL 144.26º 0.22% 0.42% -
HSV(B) 144.26º 0.36% 0.51% -
XYZ 13.95 18.76 15.46 -
YUV 112.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 83 130 102 0.36 0 0.22 0.49 144.26 0.22 0.42
Hex 53 82 66 24 0 16 31 90 16 2A
Octal 123 202 146 44 0 26 61 220 26 52
Binary 1010011 10000010 1100110 100100 0 10110 110001 10010000 10110 101010

Color Harmonies of #538266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538266

Black with #538266

Text Example


Text Example

White with #538266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538266; }

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

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

background-color css

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

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

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

border-color css

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

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

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