#566A75

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

Shades of Bismark #566A75

Tints of Bismark #566A75

Color information

#566A75 (or 0x566A75) is unknown color: approx Bismark. HEX triplet: 56, 6A and 75. RGB value is (86,106,117). Sum of RGB (Red+Green+Blue) = 86+106+117=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #566A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A75 is #A9958A. Grayscale: #656565. Windows color (decimal): -11113867 or 7694934. OLE color: 7694934.

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

Color convert

RGB86106117-
CMYK0.260.0900.54
HSL201.29º15.27%39.8%-
HSV(B)201.29º26.5%45.88%-
XYZ12.213.5718.81-
YUV101.27136.87117.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=27.83%
G=34.30%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861061170.260.0900.54201.2915.2739.8
Hex566A751A9036c9f28
Octal12615216532110663111750
Binary1010110110101011101011101010010110110110010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566A75; }

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

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

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

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

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

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

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

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