#526178

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

Shades of Chambray #526178

Tints of Chambray #526178

Color information

#526178 (or 0x526178) is unknown color: approx Chambray. HEX triplet: 52, 61 and 78. RGB value is (82,97,120). Sum of RGB (Red+Green+Blue) = 82+97+120=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #526178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526178 is #AD9E87. Grayscale: #5F5F5F. Windows color (decimal): -11378312 or 7889234. OLE color: 7889234.

HSL color Cylindrical-coordinate representation of color #526178: hue angle of 216.32º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526178 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8297120-
CMYK0.320.1900.53
HSL216.32º18.81%39.61%-
HSV(B)216.32º31.67%47.06%-
XYZ11.1411.719.44-
YUV95.14142.03118.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=27.42%
G=32.44%
B=40.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82971200.320.1900.53216.3218.8139.61
Hex5261782013035d81328
Octal12214117040230653302350
Binary1010010110000111110001000001001101101011101100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526178; }

 p { color: rgb(82,97,120); }

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

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

 a { background-color: rgb(82,97,120); }

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

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

 span { border-color: rgb(82,97,120); }

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