#526378

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

Shades of Chambray #526378

Tints of Chambray #526378

Color information

#526378 (or 0x526378) is unknown color: approx Chambray. HEX triplet: 52, 63 and 78. RGB value is (82,99,120). Sum of RGB (Red+Green+Blue) = 82+99+120=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #526378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526378 is #AD9C87. Grayscale: #606060. Windows color (decimal): -11377800 or 7889746. OLE color: 7889746.

HSL color Cylindrical-coordinate representation of color #526378: hue angle of 213.16º 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 #526378 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8299120-
CMYK0.320.1700.53
HSL213.16º18.81%39.61%-
HSV(B)213.16º31.67%47.06%-
XYZ11.3312.0719.5-
YUV96.31141.37117.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=27.24%
G=32.89%
B=39.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82991200.320.1700.53213.1618.8139.61
Hex5263782011035d51328
Octal12214317040210653252350
Binary1010010110001111110001000001000101101011101010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526378; }

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

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

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

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

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

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

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

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