#527280

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

Shades of Bismark #527280

Tints of Bismark #527280

Color information

#527280 (or 0x527280) is unknown color: approx Bismark. HEX triplet: 52, 72 and 80. RGB value is (82,114,128). Sum of RGB (Red+Green+Blue) = 82+114+128=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 128 - color contains mainly: blue. Hex color #527280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527280 is #AD8D7F. Grayscale: #696969. Windows color (decimal): -11373952 or 8417874. OLE color: 8417874.

HSL color Cylindrical-coordinate representation of color #527280: hue angle of 198.26º 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 #527280 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82114128-
CMYK0.360.1100.50
HSL198.26º21.9%41.18%-
HSV(B)198.26º35.94%50.2%-
XYZ13.3915.3922.69-
YUV106.03140.4110.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=25.31%
G=35.19%
B=39.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821141280.360.1100.50198.2621.941.18
Hex52728024B032c61629
Octal12216220044130623062651
Binary1010010111001010000000100100101101100101100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527280; }

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

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

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

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

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

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

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

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