#426571

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

Shades of Bismark #426571

Tints of Bismark #426571

Color information

#426571 (or 0x426571) is unknown color: approx Bismark. HEX triplet: 42, 65 and 71. RGB value is (66,101,113). Sum of RGB (Red+Green+Blue) = 66+101+113=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #426571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426571 is #BD9A8E. Grayscale: #5B5B5B. Windows color (decimal): -12425871 or 7431490. OLE color: 7431490.

HSL color Cylindrical-coordinate representation of color #426571: hue angle of 195.32º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426571 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66101113-
CMYK0.420.1100.56
HSL195.32º26.26%35.1%-
HSV(B)195.32º41.59%44.31%-
XYZ9.8811.6617.35-
YUV91.9139.9109.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=23.57%
G=36.07%
B=40.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661011130.420.1100.56195.3226.2635.1
Hex4265712AB038c31a23
Octal10214516152130703033243
Binary100001011001011110001101010101101110001100001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426571; }

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

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

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

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

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

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

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

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