#525B83

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

Shades of Chambray #525B83

Tints of Chambray #525B83

Color information

#525B83 (or 0x525B83) is unknown color: approx Chambray. HEX triplet: 52, 5B and 83. RGB value is (82,91,131). Sum of RGB (Red+Green+Blue) = 82+91+131=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #525B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B83 is #ADA47C. Grayscale: #5C5C5C. Windows color (decimal): -11379837 or 8608594. OLE color: 8608594.

HSL color Cylindrical-coordinate representation of color #525B83: hue angle of 228.98º 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 #525B83 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8291131-
CMYK0.370.3100.49
HSL228.98º23%41.76%-
HSV(B)228.98º37.4%51.37%-
XYZ11.3210.9122.98-
YUV92.87149.52120.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=26.97%
G=29.93%
B=43.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82911310.370.3100.49228.982341.76
Hex525B83251F031e5172a
Octal12213320345370613452752
Binary10100101011011100000111001011111101100011110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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