#527480

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

Shades of Bismark #527480

Tints of Bismark #527480

Color information

#527480 (or 0x527480) is unknown color: approx Bismark. HEX triplet: 52, 74 and 80. RGB value is (82,116,128). Sum of RGB (Red+Green+Blue) = 82+116+128=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #527480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527480 is #AD8B7F. Grayscale: #6B6B6B. Windows color (decimal): -11373440 or 8418386. OLE color: 8418386.

HSL color Cylindrical-coordinate representation of color #527480: hue angle of 195.65º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527480 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82116128-
CMYK0.360.0900.50
HSL195.65º21.9%41.18%-
HSV(B)195.65º35.94%50.2%-
XYZ13.6215.8422.76-
YUV107.2139.74110.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=25.15%
G=35.58%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821161280.360.0900.50195.6521.941.18
Hex527480249032c41629
Octal12216420044110623042651
Binary1010010111010010000000100100100101100101100010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527480; }

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

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

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

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

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

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

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

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