#535E70

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

Shades of Chambray #535E70

Tints of Chambray #535E70

Color information

#535E70 (or 0x535E70) is unknown color: approx Chambray. HEX triplet: 53, 5E and 70. RGB value is (83,94,112). Sum of RGB (Red+Green+Blue) = 83+94+112=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #535E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E70 is #ACA18F. Grayscale: #5C5C5C. Windows color (decimal): -11313552 or 7364179. OLE color: 7364179.

HSL color Cylindrical-coordinate representation of color #535E70: hue angle of 217.24º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535E70 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8394112-
CMYK0.260.1600.56
HSL217.24º14.87%38.24%-
HSV(B)217.24º25.89%43.92%-
XYZ10.4911.0116.9-
YUV92.76138.86121.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=28.72%
G=32.53%
B=38.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83941120.260.1600.56217.2414.8738.24
Hex535E701A10038d9f26
Octal12313616032200703311746
Binary10100111011110111000011010100000111000110110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,94,112); }

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

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

 a { background-color: rgb(83,94,112); }

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

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

 span { border-color: rgb(83,94,112); }

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