#526870

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

Shades of Bismark #526870

Tints of Bismark #526870

Color information

#526870 (or 0x526870) is unknown color: approx Bismark. HEX triplet: 52, 68 and 70. RGB value is (82,104,112). Sum of RGB (Red+Green+Blue) = 82+104+112=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #526870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526870 is #AD978F. Grayscale: #626262. Windows color (decimal): -11376528 or 7366738. OLE color: 7366738.

HSL color Cylindrical-coordinate representation of color #526870: hue angle of 196º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526870 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82104112-
CMYK0.270.0700.56
HSL196º15.46%38.04%-
HSV(B)196º26.79%43.92%-
XYZ11.3512.8617.21-
YUV98.33135.71116.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=27.52%
G=34.90%
B=37.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821041120.270.0700.5619615.4638.04
Hex5268701B7038c4f26
Octal1221501603370703041746
Binary101001011010001110000110111110111000110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526870; }

 p { color: rgb(82,104,112); }

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

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

 a { background-color: rgb(82,104,112); }

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

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

 span { border-color: rgb(82,104,112); }

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