#525D85

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

Shades of Chambray #525D85

Tints of Chambray #525D85

Color information

#525D85 (or 0x525D85) is unknown color: approx Chambray. HEX triplet: 52, 5D and 85. RGB value is (82,93,133). Sum of RGB (Red+Green+Blue) = 82+93+133=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #525D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D85 is #ADA27A. Grayscale: #5E5E5E. Windows color (decimal): -11379323 or 8740178. OLE color: 8740178.

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

Color convert

RGB8293133-
CMYK0.380.3000.48
HSL227.06º23.72%42.16%-
HSV(B)227.06º38.35%52.16%-
XYZ11.6311.3223.76-
YUV94.27149.86119.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=26.62%
G=30.19%
B=43.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82931330.380.3000.48227.0623.7242.16
Hex525D85261E030e3182a
Octal12213520546360603433052
Binary10100101011101100001011001101111001100001110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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