#535D6F

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

Shades of Chambray #535D6F

Tints of Chambray #535D6F

Color information

#535D6F (or 0x535D6F) is unknown color: approx Chambray. HEX triplet: 53, 5D and 6F. RGB value is (83,93,111). Sum of RGB (Red+Green+Blue) = 83+93+111=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #535D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6F is #ACA290. Grayscale: #5B5B5B. Windows color (decimal): -11313809 or 7298387. OLE color: 7298387.

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

Color convert

RGB8393111-
CMYK0.250.1600.56
HSL218.57º14.43%38.04%-
HSV(B)218.57º25.23%43.53%-
XYZ10.3510.8216.58-
YUV92.06138.69121.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=28.92%
G=32.40%
B=38.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83931110.250.1600.56218.5714.4338.04
Hex535D6F1910038dbe26
Octal12313515731200703331646
Binary10100111011101110111111001100000111000110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,111); }

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

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

 a { background-color: rgb(83,93,111); }

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

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

 span { border-color: rgb(83,93,111); }

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