#525C83

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

Shades of Chambray #525C83

Tints of Chambray #525C83

Color information

#525C83 (or 0x525C83) is unknown color: approx Chambray. HEX triplet: 52, 5C and 83. RGB value is (82,92,131). Sum of RGB (Red+Green+Blue) = 82+92+131=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #525C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C83 is #ADA37C. Grayscale: #5D5D5D. Windows color (decimal): -11379581 or 8608850. OLE color: 8608850.

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

Color convert

RGB8292131-
CMYK0.370.3000.49
HSL227.76º23%41.76%-
HSV(B)227.76º37.4%51.37%-
XYZ11.411.0923.01-
YUV93.46149.19119.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=26.89%
G=30.16%
B=42.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82921310.370.3000.49227.762341.76
Hex525C83251E031e4172a
Octal12213420345360613442752
Binary10100101011100100000111001011111001100011110010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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