#566975

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

Shades of Bismark #566975

Tints of Bismark #566975

Color information

#566975 (or 0x566975) is unknown color: approx Bismark. HEX triplet: 56, 69 and 75. RGB value is (86,105,117). Sum of RGB (Red+Green+Blue) = 86+105+117=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #566975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566975 is #A9968A. Grayscale: #646464. Windows color (decimal): -11114123 or 7694678. OLE color: 7694678.

HSL color Cylindrical-coordinate representation of color #566975: hue angle of 203.23º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566975 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86105117-
CMYK0.260.1000.54
HSL203.23º15.27%39.8%-
HSV(B)203.23º26.5%45.88%-
XYZ12.113.3718.77-
YUV100.69137.21117.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=27.92%
G=34.09%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861051170.260.1000.54203.2315.2739.8
Hex5669751AA036cbf28
Octal12615116532120663131750
Binary1010110110100111101011101010100110110110010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566975; }

 p { color: rgb(86,105,117); }

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

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

 a { background-color: rgb(86,105,117); }

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

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

 span { border-color: rgb(86,105,117); }

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