#535C85

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

Shades of Chambray #535C85

Tints of Chambray #535C85

Color information

#535C85 (or 0x535C85) is unknown color: approx Chambray. HEX triplet: 53, 5C and 85. RGB value is (83,92,133). Sum of RGB (Red+Green+Blue) = 83+92+133=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #535C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C85 is #ACA37A. Grayscale: #5D5D5D. Windows color (decimal): -11314043 or 8739923. OLE color: 8739923.

HSL color Cylindrical-coordinate representation of color #535C85: hue angle of 229.2º 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 #535C85 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8392133-
CMYK0.380.3100.48
HSL229.2º23.15%42.35%-
HSV(B)229.2º37.59%52.16%-
XYZ11.6311.1923.74-
YUV93.98150.02120.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=26.95%
G=29.87%
B=43.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83921330.380.3100.48229.223.1542.35
Hex535C85261F030e5172a
Octal12313420546370603452752
Binary10100111011100100001011001101111101100001110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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