#535F7F

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

Shades of Chambray #535F7F

Tints of Chambray #535F7F

Color information

#535F7F (or 0x535F7F) is unknown color: approx Chambray. HEX triplet: 53, 5F and 7F. RGB value is (83,95,127). Sum of RGB (Red+Green+Blue) = 83+95+127=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #535F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F7F is #ACA080. Grayscale: #5E5E5E. Windows color (decimal): -11313281 or 8347475. OLE color: 8347475.

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

Color convert

RGB8395127-
CMYK0.350.2500.50
HSL223.64º20.95%41.18%-
HSV(B)223.64º34.65%49.8%-
XYZ11.4911.5621.7-
YUV95.06146.02119.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 127 (50% from 255) = 41.64%
R=27.21%
G=31.15%
B=41.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83951270.350.2500.50223.6420.9541.18
Hex535F7F2319032e01529
Octal12313717743310623402551
Binary1010011101111111111111000111100101100101110000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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