#525B85

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

Shades of Chambray #525B85

Tints of Chambray #525B85

Color information

#525B85 (or 0x525B85) is unknown color: approx Chambray. HEX triplet: 52, 5B and 85. RGB value is (82,91,133). Sum of RGB (Red+Green+Blue) = 82+91+133=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #525B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B85 is #ADA47A. Grayscale: #5C5C5C. Windows color (decimal): -11379835 or 8739666. OLE color: 8739666.

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

Color convert

RGB8291133-
CMYK0.380.3200.48
HSL229.41º23.72%42.16%-
HSV(B)229.41º38.35%52.16%-
XYZ11.4510.9723.7-
YUV93.1150.52120.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=26.80%
G=29.74%
B=43.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82911330.380.3200.48229.4123.7242.16
Hex525B852620030e5182a
Octal12213320546400603453052
Binary101001010110111000010110011010000001100001110010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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