#535D7F

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

Shades of Chambray #535D7F

Tints of Chambray #535D7F

Color information

#535D7F (or 0x535D7F) is unknown color: approx Chambray. HEX triplet: 53, 5D and 7F. RGB value is (83,93,127). Sum of RGB (Red+Green+Blue) = 83+93+127=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #535D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D7F is #ACA280. Grayscale: #5D5D5D. Windows color (decimal): -11313793 or 8346963. OLE color: 8346963.

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

Color convert

RGB8393127-
CMYK0.350.2700.50
HSL226.36º20.95%41.18%-
HSV(B)226.36º34.65%49.8%-
XYZ11.3111.221.64-
YUV93.89146.69120.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 93 (36.72% from 255) = 30.69%
BLUE value IS 127 (50% from 255) = 41.91%
R=27.39%
G=30.69%
B=41.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83931270.350.2700.50226.3620.9541.18
Hex535D7F231B032e21529
Octal12313517743330623422551
Binary1010011101110111111111000111101101100101110001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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