#526772

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

Shades of Bismark #526772

Tints of Bismark #526772

Color information

#526772 (or 0x526772) is unknown color: approx Bismark. HEX triplet: 52, 67 and 72. RGB value is (82,103,114). Sum of RGB (Red+Green+Blue) = 82+103+114=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #526772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526772 is #AD988D. Grayscale: #616161. Windows color (decimal): -11376782 or 7497554. OLE color: 7497554.

HSL color Cylindrical-coordinate representation of color #526772: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526772 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82103114-
CMYK0.280.1000.55
HSL200.62º16.33%38.43%-
HSV(B)200.62º28.07%44.71%-
XYZ11.3712.7117.77-
YUV97.98137.04116.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=27.42%
G=34.45%
B=38.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821031140.280.1000.55200.6216.3338.43
Hex5267721CA037c91026
Octal12214716234120673112046
Binary10100101100111111001011100101001101111100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526772; }

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

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

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

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

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

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

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

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