#52737F

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

Shades of Bismark #52737F

Tints of Bismark #52737F

Color information

#52737F (or 0x52737F) is unknown color: approx Bismark. HEX triplet: 52, 73 and 7F. RGB value is (82,115,127). Sum of RGB (Red+Green+Blue) = 82+115+127=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #52737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52737F is #AD8C80. Grayscale: #6A6A6A. Windows color (decimal): -11373697 or 8352594. OLE color: 8352594.

HSL color Cylindrical-coordinate representation of color #52737F: hue angle of 196º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52737F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82115127-
CMYK0.350.0900.50
HSL196º21.53%40.98%-
HSV(B)196º35.43%49.8%-
XYZ13.4415.5922.38-
YUV106.5139.57110.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 127 (50% from 255) = 39.20%
R=25.31%
G=35.49%
B=39.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821151270.350.0900.5019621.5340.98
Hex52737F239032c41629
Octal12216317743110623042651
Binary101001011100111111111100011100101100101100010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52737F; }

 p { color: rgb(82,115,127); }

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

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

 a { background-color: rgb(82,115,127); }

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

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

 span { border-color: rgb(82,115,127); }

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