#527484

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

Shades of Bismark #527484

Tints of Bismark #527484

Color information

#527484 (or 0x527484) is unknown color: approx Bismark. HEX triplet: 52, 74 and 84. RGB value is (82,116,132). Sum of RGB (Red+Green+Blue) = 82+116+132=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #527484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527484 is #AD8B7B. Grayscale: #6B6B6B. Windows color (decimal): -11373436 or 8680530. OLE color: 8680530.

HSL color Cylindrical-coordinate representation of color #527484: hue angle of 199.2º 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 #527484 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82116132-
CMYK0.380.1200.48
HSL199.2º23.36%41.96%-
HSV(B)199.2º37.88%51.76%-
XYZ13.8915.9524.18-
YUV107.66141.74109.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 132 (51.95% from 255) = 40%
R=24.85%
G=35.15%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821161320.380.1200.48199.223.3641.96
Hex52748426C030c7172a
Octal12216420446140603072752
Binary1010010111010010000100100110110001100001100011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527484; }

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

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

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

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

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

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

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

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