#52727B

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

Shades of Bismark #52727B

Tints of Bismark #52727B

Color information

#52727B (or 0x52727B) is unknown color: approx Bismark. HEX triplet: 52, 72 and 7B. RGB value is (82,114,123). Sum of RGB (Red+Green+Blue) = 82+114+123=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #52727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52727B is #AD8D84. Grayscale: #696969. Windows color (decimal): -11373957 or 8090194. OLE color: 8090194.

HSL color Cylindrical-coordinate representation of color #52727B: hue angle of 193.17º 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 #52727B is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82114123-
CMYK0.330.0700.52
HSL193.17º20%40.2%-
HSV(B)193.17º33.33%48.24%-
XYZ13.0715.2621-
YUV105.46137.9111.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=25.71%
G=35.74%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821141230.330.0700.52193.172040.2
Hex52727B217034c11428
Octal1221621734170643012450
Binary10100101110010111101110000111101101001100000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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