#535E77

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

Shades of Chambray #535E77

Tints of Chambray #535E77

Color information

#535E77 (or 0x535E77) is unknown color: approx Chambray. HEX triplet: 53, 5E and 77. RGB value is (83,94,119). Sum of RGB (Red+Green+Blue) = 83+94+119=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #535E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E77 is #ACA188. Grayscale: #5D5D5D. Windows color (decimal): -11313545 or 7822931. OLE color: 7822931.

HSL color Cylindrical-coordinate representation of color #535E77: hue angle of 221.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535E77 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8394119-
CMYK0.300.2100.53
HSL221.67º17.82%39.61%-
HSV(B)221.67º30.25%46.67%-
XYZ10.911.1819.04-
YUV93.56142.36120.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=28.04%
G=31.76%
B=40.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83941190.300.2100.53221.6717.8239.61
Hex535E771E15035de1228
Octal12313616736250653362250
Binary101001110111101110111111101010101101011101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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