#535E6E

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

Shades of Chambray #535E6E

Tints of Chambray #535E6E

Color information

#535E6E (or 0x535E6E) is unknown color: approx Chambray. HEX triplet: 53, 5E and 6E. RGB value is (83,94,110). Sum of RGB (Red+Green+Blue) = 83+94+110=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #535E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E6E is #ACA191. Grayscale: #5C5C5C. Windows color (decimal): -11313554 or 7233107. OLE color: 7233107.

HSL color Cylindrical-coordinate representation of color #535E6E: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535E6E is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8394110-
CMYK0.250.1500.57
HSL215.56º13.99%37.84%-
HSV(B)215.56º24.55%43.14%-
XYZ10.3810.9716.32-
YUV92.54137.86121.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=28.92%
G=32.75%
B=38.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83941100.250.1500.57215.5613.9937.84
Hex535E6E19F039d8e26
Octal12313615631170713301646
Binary1010011101111011011101100111110111001110110001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E6E; }

 p { color: rgb(83,94,110); }

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

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

 a { background-color: rgb(83,94,110); }

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

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

 span { border-color: rgb(83,94,110); }

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