#52737C

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

Shades of Bismark #52737C

Tints of Bismark #52737C

Color information

#52737C (or 0x52737C) is unknown color: approx Bismark. HEX triplet: 52, 73 and 7C. RGB value is (82,115,124). Sum of RGB (Red+Green+Blue) = 82+115+124=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #52737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52737C is #AD8C83. Grayscale: #6A6A6A. Windows color (decimal): -11373700 or 8155986. OLE color: 8155986.

HSL color Cylindrical-coordinate representation of color #52737C: hue angle of 192.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52737C is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82115124-
CMYK0.340.0700.51
HSL192.86º20.39%40.39%-
HSV(B)192.86º33.87%48.63%-
XYZ13.2515.5121.36-
YUV106.16138.07110.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=25.55%
G=35.83%
B=38.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821151240.340.0700.51192.8620.3940.39
Hex52737C227033c11428
Octal1221631744270633012450
Binary10100101110011111110010001011101100111100000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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