#525C85

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

Shades of Chambray #525C85

Tints of Chambray #525C85

Color information

#525C85 (or 0x525C85) is unknown color: approx Chambray. HEX triplet: 52, 5C and 85. RGB value is (82,92,133). Sum of RGB (Red+Green+Blue) = 82+92+133=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #525C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C85 is #ADA37A. Grayscale: #5D5D5D. Windows color (decimal): -11379579 or 8739922. OLE color: 8739922.

HSL color Cylindrical-coordinate representation of color #525C85: hue angle of 228.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525C85 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8292133-
CMYK0.380.3100.48
HSL228.24º23.72%42.16%-
HSV(B)228.24º38.35%52.16%-
XYZ11.5411.1423.73-
YUV93.68150.19119.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=26.71%
G=29.97%
B=43.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82921330.380.3100.48228.2423.7242.16
Hex525C85261F030e4182a
Octal12213420546370603443052
Binary10100101011100100001011001101111101100001110010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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