#526B75

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

Shades of Bismark #526B75

Tints of Bismark #526B75

Color information

#526B75 (or 0x526B75) is unknown color: approx Bismark. HEX triplet: 52, 6B and 75. RGB value is (82,107,117). Sum of RGB (Red+Green+Blue) = 82+107+117=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #526B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B75 is #AD948A. Grayscale: #646464. Windows color (decimal): -11375755 or 7695186. OLE color: 7695186.

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

Color convert

RGB82107117-
CMYK0.300.0900.54
HSL197.14º17.59%39.02%-
HSV(B)197.14º29.91%45.88%-
XYZ11.9513.5918.82-
YUV100.66137.22114.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=26.80%
G=34.97%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821071170.300.0900.54197.1417.5939.02
Hex526B751E9036c51227
Octal12215316536110663052247
Binary10100101101011111010111110100101101101100010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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