#535E82

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

Shades of Chambray #535E82

Tints of Chambray #535E82

Color information

#535E82 (or 0x535E82) is unknown color: approx Chambray. HEX triplet: 53, 5E and 82. RGB value is (83,94,130). Sum of RGB (Red+Green+Blue) = 83+94+130=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #535E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E82 is #ACA17D. Grayscale: #5E5E5E. Windows color (decimal): -11313534 or 8543827. OLE color: 8543827.

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

Color convert

RGB8394130-
CMYK0.360.2800.49
HSL225.96º22.07%41.76%-
HSV(B)225.96º36.15%50.98%-
XYZ11.611.4622.72-
YUV94.82147.86119.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=27.04%
G=30.62%
B=42.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83941300.360.2800.49225.9622.0741.76
Hex535E82241C031e2162a
Octal12313620244340613422652
Binary10100111011110100000101001001110001100011110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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