#535B83

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

Shades of Chambray #535B83

Tints of Chambray #535B83

Color information

#535B83 (or 0x535B83) is unknown color: approx Chambray. HEX triplet: 53, 5B and 83. RGB value is (83,91,131). Sum of RGB (Red+Green+Blue) = 83+91+131=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #535B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B83 is #ACA47C. Grayscale: #5D5D5D. Windows color (decimal): -11314301 or 8608595. OLE color: 8608595.

HSL color Cylindrical-coordinate representation of color #535B83: hue angle of 230º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535B83 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8391131-
CMYK0.370.3100.49
HSL230º22.43%41.96%-
HSV(B)230º36.64%51.37%-
XYZ11.4110.9622.99-
YUV93.17149.35120.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=27.21%
G=29.84%
B=42.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83911310.370.3100.4923022.4341.96
Hex535B83251F031e6162a
Octal12313320345370613462652
Binary10100111011011100000111001011111101100011110011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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