#526C75

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

Shades of Bismark #526C75

Tints of Bismark #526C75

Color information

#526C75 (or 0x526C75) is unknown color: approx Bismark. HEX triplet: 52, 6C and 75. RGB value is (82,108,117). Sum of RGB (Red+Green+Blue) = 82+108+117=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #526C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C75 is #AD938A. Grayscale: #656565. Windows color (decimal): -11375499 or 7695442. OLE color: 7695442.

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

Color convert

RGB82108117-
CMYK0.300.0800.54
HSL195.43º17.59%39.02%-
HSV(B)195.43º29.91%45.88%-
XYZ12.0513.818.86-
YUV101.25136.89114.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=26.71%
G=35.18%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821081170.300.0800.54195.4317.5939.02
Hex526C751E8036c31227
Octal12215416536100663032247
Binary10100101101100111010111110100001101101100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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