#527181

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

Shades of Bismark #527181

Tints of Bismark #527181

Color information

#527181 (or 0x527181) is unknown color: approx Bismark. HEX triplet: 52, 71 and 81. RGB value is (82,113,129). Sum of RGB (Red+Green+Blue) = 82+113+129=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #527181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527181 is #AD8E7E. Grayscale: #696969. Windows color (decimal): -11374207 or 8483154. OLE color: 8483154.

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

Color convert

RGB82113129-
CMYK0.360.1200.49
HSL200.43º22.27%41.37%-
HSV(B)200.43º36.43%50.59%-
XYZ13.3515.1923-
YUV105.56141.23111.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=25.31%
G=34.88%
B=39.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821131290.360.1200.49200.4322.2741.37
Hex52718124C031c81629
Octal12216120144140613102651
Binary1010010111000110000001100100110001100011100100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527181; }

 p { color: rgb(82,113,129); }

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

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

 a { background-color: rgb(82,113,129); }

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

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

 span { border-color: rgb(82,113,129); }

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