#525C70

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

Shades of Chambray #525C70

Tints of Chambray #525C70

Color information

#525C70 (or 0x525C70) is unknown color: approx Chambray. HEX triplet: 52, 5C and 70. RGB value is (82,92,112). Sum of RGB (Red+Green+Blue) = 82+92+112=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #525C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C70 is #ADA38F. Grayscale: #5B5B5B. Windows color (decimal): -11379600 or 7363666. OLE color: 7363666.

HSL color Cylindrical-coordinate representation of color #525C70: hue angle of 220º 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 #525C70 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8292112-
CMYK0.270.1800.56
HSL220º15.46%38.04%-
HSV(B)220º26.79%43.92%-
XYZ10.2310.6216.84-
YUV91.29139.69121.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=28.67%
G=32.17%
B=39.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82921120.270.1800.5622015.4638.04
Hex525C701B12038dcf26
Octal12213416033220703341746
Binary10100101011100111000011011100100111000110111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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