#52757B

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

Shades of Bismark #52757B

Tints of Bismark #52757B

Color information

#52757B (or 0x52757B) is unknown color: approx Bismark. HEX triplet: 52, 75 and 7B. RGB value is (82,117,123). Sum of RGB (Red+Green+Blue) = 82+117+123=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #52757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52757B is #AD8A84. Grayscale: #6B6B6B. Windows color (decimal): -11373189 or 8090962. OLE color: 8090962.

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

Color convert

RGB82117123-
CMYK0.330.0500.52
HSL188.78º20%40.2%-
HSV(B)188.78º33.33%48.24%-
XYZ13.4215.9521.11-
YUV107.22136.9110.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=25.47%
G=36.34%
B=38.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821171230.330.0500.52188.782040.2
Hex52757B215034bd1428
Octal1221651734150642752450
Binary10100101110101111101110000110101101001011110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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