#535D85

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

Shades of Chambray #535D85

Tints of Chambray #535D85

Color information

#535D85 (or 0x535D85) is unknown color: approx Chambray. HEX triplet: 53, 5D and 85. RGB value is (83,93,133). Sum of RGB (Red+Green+Blue) = 83+93+133=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #535D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D85 is #ACA27A. Grayscale: #5E5E5E. Windows color (decimal): -11313787 or 8740179. OLE color: 8740179.

HSL color Cylindrical-coordinate representation of color #535D85: hue angle of 228º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535D85 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8393133-
CMYK0.380.3000.48
HSL228º23.15%42.35%-
HSV(B)228º37.59%52.16%-
XYZ11.7211.3623.77-
YUV94.57149.69119.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=26.86%
G=30.10%
B=43.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83931330.380.3000.4822823.1542.35
Hex535D85261E030e4172a
Octal12313520546360603442752
Binary10100111011101100001011001101111001100001110010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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