#426575

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

Shades of Bismark #426575

Tints of Bismark #426575

Color information

#426575 (or 0x426575) is unknown color: approx Bismark. HEX triplet: 42, 65 and 75. RGB value is (66,101,117). Sum of RGB (Red+Green+Blue) = 66+101+117=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #426575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426575 is #BD9A8A. Grayscale: #5C5C5C. Windows color (decimal): -12425867 or 7693634. OLE color: 7693634.

HSL color Cylindrical-coordinate representation of color #426575: hue angle of 198.82º degrees, saturation: 0.28, 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 #426575 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66101117-
CMYK0.440.1400.54
HSL198.82º27.87%35.88%-
HSV(B)198.82º43.59%45.88%-
XYZ10.1111.7518.56-
YUV92.36141.9109.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=23.24%
G=35.56%
B=41.20%

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
Decimal661011170.440.1400.54198.8227.8735.88
Hex4265752CE036c71c24
Octal10214516554160663073444
Binary100001011001011110101101100111001101101100011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426575; }

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

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

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

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

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

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

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

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