#525E70

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

Shades of Chambray #525E70

Tints of Chambray #525E70

Color information

#525E70 (or 0x525E70) is unknown color: approx Chambray. HEX triplet: 52, 5E and 70. RGB value is (82,94,112). Sum of RGB (Red+Green+Blue) = 82+94+112=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #525E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E70 is #ADA18F. Grayscale: #5C5C5C. Windows color (decimal): -11379088 or 7364178. OLE color: 7364178.

HSL color Cylindrical-coordinate representation of color #525E70: hue angle of 216º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525E70 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8294112-
CMYK0.270.1600.56
HSL216º15.46%38.04%-
HSV(B)216º26.79%43.92%-
XYZ10.4110.9716.9-
YUV92.46139.02120.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=28.47%
G=32.64%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82941120.270.1600.5621615.4638.04
Hex525E701B10038d8f26
Octal12213616033200703301746
Binary10100101011110111000011011100000111000110110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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