#525E7B

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

Shades of Chambray #525E7B

Tints of Chambray #525E7B

Color information

#525E7B (or 0x525E7B) is unknown color: approx Chambray. HEX triplet: 52, 5E and 7B. RGB value is (82,94,123). Sum of RGB (Red+Green+Blue) = 82+94+123=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #525E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E7B is #ADA184. Grayscale: #5D5D5D. Windows color (decimal): -11379077 or 8085074. OLE color: 8085074.

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

Color convert

RGB8294123-
CMYK0.330.2400.52
HSL222.44º20%40.2%-
HSV(B)222.44º33.33%48.24%-
XYZ11.0611.2320.32-
YUV93.72144.52119.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=27.42%
G=31.44%
B=41.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82941230.330.2400.52222.442040.2
Hex525E7B2118034de1428
Octal12213617341300643362450
Binary1010010101111011110111000011100001101001101111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,123); }

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

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

 a { background-color: rgb(82,94,123); }

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

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

 span { border-color: rgb(82,94,123); }

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