#416575

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

Shades of Bismark #416575

Tints of Bismark #416575

Color information

#416575 (or 0x416575) is unknown color: approx Bismark. HEX triplet: 41, 65 and 75. RGB value is (65,101,117). Sum of RGB (Red+Green+Blue) = 65+101+117=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #416575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416575 is #BE9A8A. Grayscale: #5B5B5B. Windows color (decimal): -12491403 or 7693633. OLE color: 7693633.

HSL color Cylindrical-coordinate representation of color #416575: hue angle of 198.46º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416575 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB65101117-
CMYK0.440.1400.54
HSL198.46º28.57%35.69%-
HSV(B)198.46º44.44%45.88%-
XYZ10.0411.7218.56-
YUV92.06142.07108.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=22.97%
G=35.69%
B=41.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651011170.440.1400.54198.4628.5735.69
Hex4165752CE036c61d24
Octal10114516554160663063544
Binary100000111001011110101101100111001101101100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416575; }

 p { color: rgb(65,101,117); }

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

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

 a { background-color: rgb(65,101,117); }

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

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

 span { border-color: rgb(65,101,117); }

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