#535D75

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

Shades of Chambray #535D75

Tints of Chambray #535D75

Color information

#535D75 (or 0x535D75) is unknown color: approx Chambray. HEX triplet: 53, 5D and 75. RGB value is (83,93,117). Sum of RGB (Red+Green+Blue) = 83+93+117=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #535D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D75 is #ACA28A. Grayscale: #5C5C5C. Windows color (decimal): -11313803 or 7691603. OLE color: 7691603.

HSL color Cylindrical-coordinate representation of color #535D75: hue angle of 222.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535D75 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8393117-
CMYK0.290.2100.54
HSL222.35º17%39.22%-
HSV(B)222.35º29.06%45.88%-
XYZ10.6910.9518.38-
YUV92.75141.69121.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=28.33%
G=31.74%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83931170.290.2100.54222.351739.22
Hex535D751D15036de1127
Octal12313516535250663362147
Binary101001110111011110101111011010101101101101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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