#535C7F

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

Shades of Chambray #535C7F

Tints of Chambray #535C7F

Color information

#535C7F (or 0x535C7F) is unknown color: approx Chambray. HEX triplet: 53, 5C and 7F. RGB value is (83,92,127). Sum of RGB (Red+Green+Blue) = 83+92+127=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #535C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C7F is #ACA380. Grayscale: #5D5D5D. Windows color (decimal): -11314049 or 8346707. OLE color: 8346707.

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

Color convert

RGB8392127-
CMYK0.350.2800.50
HSL227.73º20.95%41.18%-
HSV(B)227.73º34.65%49.8%-
XYZ11.2311.0321.62-
YUV93.3147.02120.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 127 (50% from 255) = 42.05%
R=27.48%
G=30.46%
B=42.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83921270.350.2800.50227.7320.9541.18
Hex535C7F231C032e41529
Octal12313417743340623442551
Binary1010011101110011111111000111110001100101110010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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