#527479

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

Shades of Bismark #527479

Tints of Bismark #527479

Color information

#527479 (or 0x527479) is unknown color: approx Bismark. HEX triplet: 52, 74 and 79. RGB value is (82,116,121). Sum of RGB (Red+Green+Blue) = 82+116+121=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #527479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527479 is #AD8B86. Grayscale: #6A6A6A. Windows color (decimal): -11373447 or 7959634. OLE color: 7959634.

HSL color Cylindrical-coordinate representation of color #527479: hue angle of 187.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527479 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82116121-
CMYK0.320.0400.53
HSL187.69º19.21%39.8%-
HSV(B)187.69º32.23%47.45%-
XYZ13.1815.6720.42-
YUV106.4136.24110.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=25.71%
G=36.36%
B=37.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821161210.320.0400.53187.6919.2139.8
Hex527479204035bc1328
Octal1221641714040652742350
Binary10100101110100111100110000010001101011011110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527479; }

 p { color: rgb(82,116,121); }

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

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

 a { background-color: rgb(82,116,121); }

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

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

 span { border-color: rgb(82,116,121); }

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