#538167

Color #538167 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #538167

Tints of Como #538167

Color information

#538167 (or 0x538167) is unknown color: approx Como. HEX triplet: 53, 81 and 67. RGB value is (83,129,103). Sum of RGB (Red+Green+Blue) = 83+129+103=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #538167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538167 is #AC7E98. Grayscale: #707070. Windows color (decimal): -11304601 or 6783315. OLE color: 6783315.

HSL color Cylindrical-coordinate representation of color #538167: hue angle of 146.09º 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 #538167 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB83129103-
CMYK0.3600.200.49
HSL146.09º21.7%41.57%-
HSV(B)146.09º35.66%50.59%-
XYZ13.8718.5215.68-
YUV112.28122.76107.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=26.35%
G=40.95%
B=32.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831291030.3600.200.49146.0921.741.57
Hex538167240143192162a
Octal12320114744024612222652
Binary10100111000000111001111001000101001100011001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538167; }

 p { color: rgb(83,129,103); }

 H1.HeaderClassName
 {
   color: #538167;
 }
 .AnyTagClassName
 {
   color: #538167;
 }
</style>
background-color css

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

 a { background-color: rgb(83,129,103); }

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

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

 span { border-color: rgb(83,129,103); }

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