#526082

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

Shades of Chambray #526082

Tints of Chambray #526082

Color information

#526082 (or 0x526082) is unknown color: approx Chambray. HEX triplet: 52, 60 and 82. RGB value is (82,96,130). Sum of RGB (Red+Green+Blue) = 82+96+130=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #526082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526082 is #AD9F7D. Grayscale: #5F5F5F. Windows color (decimal): -11378558 or 8544338. OLE color: 8544338.

HSL color Cylindrical-coordinate representation of color #526082: hue angle of 222.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526082 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8296130-
CMYK0.370.2600.49
HSL222.5º22.64%41.57%-
HSV(B)222.5º36.92%50.98%-
XYZ11.6911.7722.77-
YUV95.69147.36118.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=26.62%
G=31.17%
B=42.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82961300.370.2600.49222.522.6441.57
Hex526082251A031de172a
Octal12214020245320613362752
Binary10100101100000100000101001011101001100011101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526082; }

 p { color: rgb(82,96,130); }

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

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

 a { background-color: rgb(82,96,130); }

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

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

 span { border-color: rgb(82,96,130); }

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