#525D83

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

Shades of Chambray #525D83

Tints of Chambray #525D83

Color information

#525D83 (or 0x525D83) is unknown color: approx Chambray. HEX triplet: 52, 5D and 83. RGB value is (82,93,131). Sum of RGB (Red+Green+Blue) = 82+93+131=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #525D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D83 is #ADA27C. Grayscale: #5D5D5D. Windows color (decimal): -11379325 or 8609106. OLE color: 8609106.

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

Color convert

RGB8293131-
CMYK0.370.2900.49
HSL226.53º23%41.76%-
HSV(B)226.53º37.4%51.37%-
XYZ11.4911.2623.04-
YUV94.04148.86119.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=26.80%
G=30.39%
B=42.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82931310.370.2900.49226.532341.76
Hex525D83251D031e3172a
Octal12213520345350613432752
Binary10100101011101100000111001011110101100011110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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