#526279

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

Shades of Chambray #526279

Tints of Chambray #526279

Color information

#526279 (or 0x526279) is unknown color: approx Chambray. HEX triplet: 52, 62 and 79. RGB value is (82,98,121). Sum of RGB (Red+Green+Blue) = 82+98+121=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #526279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526279 is #AD9D86. Grayscale: #5F5F5F. Windows color (decimal): -11378055 or 7955026. OLE color: 7955026.

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

Color convert

RGB8298121-
CMYK0.320.1900.53
HSL215.38º19.21%39.8%-
HSV(B)215.38º32.23%47.45%-
XYZ11.311.9119.79-
YUV95.84142.2118.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=27.24%
G=32.56%
B=40.20%

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
Decimal82981210.320.1900.53215.3819.2139.8
Hex5262792013035d71328
Octal12214217140230653272350
Binary1010010110001011110011000001001101101011101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526279; }

 p { color: rgb(82,98,121); }

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

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

 a { background-color: rgb(82,98,121); }

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

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

 span { border-color: rgb(82,98,121); }

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