#526083

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

Shades of Chambray #526083

Tints of Chambray #526083

Color information

#526083 (or 0x526083) is unknown color: approx Chambray. HEX triplet: 52, 60 and 83. RGB value is (82,96,131). Sum of RGB (Red+Green+Blue) = 82+96+131=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #526083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526083 is #AD9F7C. Grayscale: #5F5F5F. Windows color (decimal): -11378557 or 8609874. OLE color: 8609874.

HSL color Cylindrical-coordinate representation of color #526083: hue angle of 222.86º 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 #526083 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8296131-
CMYK0.370.2700.49
HSL222.86º23%41.76%-
HSV(B)222.86º37.4%51.37%-
XYZ11.7611.823.13-
YUV95.8147.86118.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=26.54%
G=31.07%
B=42.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82961310.370.2700.49222.862341.76
Hex526083251B031df172a
Octal12214020345330613372752
Binary10100101100000100000111001011101101100011101111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526083; }

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

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

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

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

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

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

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

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