#527584

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

Shades of Bismark #527584

Tints of Bismark #527584

Color information

#527584 (or 0x527584) is unknown color: approx Bismark. HEX triplet: 52, 75 and 84. RGB value is (82,117,132). Sum of RGB (Red+Green+Blue) = 82+117+132=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #527584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527584 is #AD8A7B. Grayscale: #6C6C6C. Windows color (decimal): -11373180 or 8680786. OLE color: 8680786.

HSL color Cylindrical-coordinate representation of color #527584: hue angle of 198º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527584 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82117132-
CMYK0.380.1100.48
HSL198º23.36%41.96%-
HSV(B)198º37.88%51.76%-
XYZ14.0116.1824.22-
YUV108.24141.4109.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=24.77%
G=35.35%
B=39.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821171320.380.1100.4819823.3641.96
Hex52758426B030c6172a
Octal12216520446130603062752
Binary1010010111010110000100100110101101100001100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527584; }

 p { color: rgb(82,117,132); }

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

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

 a { background-color: rgb(82,117,132); }

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

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

 span { border-color: rgb(82,117,132); }

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