#525983

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

Shades of Chambray #525983

Tints of Chambray #525983

Color information

#525983 (or 0x525983) is unknown color: approx Chambray. HEX triplet: 52, 59 and 83. RGB value is (82,89,131). Sum of RGB (Red+Green+Blue) = 82+89+131=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #525983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525983 is #ADA67C. Grayscale: #5B5B5B. Windows color (decimal): -11380349 or 8608082. OLE color: 8608082.

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

Color convert

RGB8289131-
CMYK0.370.3200.49
HSL231.43º23%41.76%-
HSV(B)231.43º37.4%51.37%-
XYZ11.1510.5822.93-
YUV91.7150.18121.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=27.15%
G=29.47%
B=43.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82891310.370.3200.49231.432341.76
Hex5259832520031e7172a
Octal12213120345400613472752
Binary101001010110011000001110010110000001100011110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525983; }

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

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

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

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

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

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

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

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