#535B7A

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

Shades of Chambray #535B7A

Tints of Chambray #535B7A

Color information

#535B7A (or 0x535B7A) is unknown color: approx Chambray. HEX triplet: 53, 5B and 7A. RGB value is (83,91,122). Sum of RGB (Red+Green+Blue) = 83+91+122=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #535B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B7A is #ACA485. Grayscale: #5C5C5C. Windows color (decimal): -11314310 or 8018771. OLE color: 8018771.

HSL color Cylindrical-coordinate representation of color #535B7A: hue angle of 227.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535B7A is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8391122-
CMYK0.320.2500.52
HSL227.69º19.02%40.2%-
HSV(B)227.69º31.97%47.84%-
XYZ10.8210.7319.91-
YUV92.14144.85121.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=28.04%
G=30.74%
B=41.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83911220.320.2500.52227.6919.0240.2
Hex535B7A2019034e41328
Octal12313317240310643442350
Binary1010011101101111110101000001100101101001110010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,122); }

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

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

 a { background-color: rgb(83,91,122); }

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

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

 span { border-color: rgb(83,91,122); }

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