#526F75

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

Shades of Bismark #526F75

Tints of Bismark #526F75

Color information

#526F75 (or 0x526F75) is unknown color: approx Bismark. HEX triplet: 52, 6F and 75. RGB value is (82,111,117). Sum of RGB (Red+Green+Blue) = 82+111+117=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #526F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F75 is #AD908A. Grayscale: #666666. Windows color (decimal): -11374731 or 7696210. OLE color: 7696210.

HSL color Cylindrical-coordinate representation of color #526F75: hue angle of 190.29º 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 #526F75 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82111117-
CMYK0.300.0500.54
HSL190.29º17.59%39.02%-
HSV(B)190.29º29.91%45.88%-
XYZ12.3814.4518.97-
YUV103.01135.89113.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=26.45%
G=35.81%
B=37.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821111170.300.0500.54190.2917.5939.02
Hex526F751E5036be1227
Octal1221571653650662762247
Binary1010010110111111101011111010101101101011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F75; }

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

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

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

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

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

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

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

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