#52637B

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

Shades of Chambray #52637B

Tints of Chambray #52637B

Color information

#52637B (or 0x52637B) is unknown color: approx Chambray. HEX triplet: 52, 63 and 7B. RGB value is (82,99,123). Sum of RGB (Red+Green+Blue) = 82+99+123=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #52637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52637B is #AD9C84. Grayscale: #606060. Windows color (decimal): -11377797 or 8086354. OLE color: 8086354.

HSL color Cylindrical-coordinate representation of color #52637B: hue angle of 215.12º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52637B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8299123-
CMYK0.330.2000.52
HSL215.12º20%40.2%-
HSV(B)215.12º33.33%48.24%-
XYZ11.5212.1520.48-
YUV96.65142.87117.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=26.97%
G=32.57%
B=40.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82991230.330.2000.52215.122040.2
Hex52637B2114034d71428
Octal12214317341240643272450
Binary1010010110001111110111000011010001101001101011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52637B; }

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

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

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

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

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

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

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

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