#52767D

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

Shades of Bismark #52767D

Tints of Bismark #52767D

Color information

#52767D (or 0x52767D) is unknown color: approx Bismark. HEX triplet: 52, 76 and 7D. RGB value is (82,118,125). Sum of RGB (Red+Green+Blue) = 82+118+125=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #52767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52767D is #AD8982. Grayscale: #6B6B6B. Windows color (decimal): -11372931 or 8222290. OLE color: 8222290.

HSL color Cylindrical-coordinate representation of color #52767D: hue angle of 189.77º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52767D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82118125-
CMYK0.340.0600.51
HSL189.77º20.77%40.59%-
HSV(B)189.77º34.4%49.02%-
XYZ13.6616.2321.82-
YUV108.03137.57109.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=25.23%
G=36.31%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821181250.340.0600.51189.7720.7740.59
Hex52767D226033be1529
Octal1221661754260632762551
Binary10100101110110111110110001011001100111011111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52767D; }

 p { color: rgb(82,118,125); }

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

<style>
 a { background-color: #52767D; }

 a { background-color: rgb(82,118,125); }

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

<style>
 span { border-color: #52767D; }

 span { border-color: rgb(82,118,125); }

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