#525E83

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

Shades of Chambray #525E83

Tints of Chambray #525E83

Color information

#525E83 (or 0x525E83) is unknown color: approx Chambray. HEX triplet: 52, 5E and 83. RGB value is (82,94,131). Sum of RGB (Red+Green+Blue) = 82+94+131=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #525E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E83 is #ADA17C. Grayscale: #5E5E5E. Windows color (decimal): -11379069 or 8609362. OLE color: 8609362.

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

Color convert

RGB8294131-
CMYK0.370.2800.49
HSL225.31º23%41.76%-
HSV(B)225.31º37.4%51.37%-
XYZ11.5811.4423.07-
YUV94.63148.52118.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=26.71%
G=30.62%
B=42.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82941310.370.2800.49225.312341.76
Hex525E83251C031e1172a
Octal12213620345340613412752
Binary10100101011110100000111001011110001100011110000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E83; }

 p { color: rgb(82,94,131); }

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

<style>
 a { background-color: #525E83; }

 a { background-color: rgb(82,94,131); }

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

<style>
 span { border-color: #525E83; }

 span { border-color: rgb(82,94,131); }

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