#527175

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

Shades of Bismark #527175

Tints of Bismark #527175

Color information

#527175 (or 0x527175) is unknown color: approx Bismark. HEX triplet: 52, 71 and 75. RGB value is (82,113,117). Sum of RGB (Red+Green+Blue) = 82+113+117=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #527175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527175 is #AD8E8A. Grayscale: #686868. Windows color (decimal): -11374219 or 7696722. OLE color: 7696722.

HSL color Cylindrical-coordinate representation of color #527175: hue angle of 186.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527175 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82113117-
CMYK0.300.0300.54
HSL186.86º17.59%39.02%-
HSV(B)186.86º29.91%45.88%-
XYZ12.614.8919.04-
YUV104.19135.23112.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=26.28%
G=36.22%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821131170.300.0300.54186.8617.5939.02
Hex5271751E3036bb1227
Octal1221611653630662732247
Binary101001011100011110101111101101101101011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527175; }

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

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

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

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

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

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

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

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