#507582

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

Shades of Bismark #507582

Tints of Bismark #507582

Color information

#507582 (or 0x507582) is unknown color: approx Bismark. HEX triplet: 50, 75 and 82. RGB value is (80,117,130). Sum of RGB (Red+Green+Blue) = 80+117+130=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #507582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507582 is #AF8A7D. Grayscale: #6B6B6B. Windows color (decimal): -11504254 or 8549712. OLE color: 8549712.

HSL color Cylindrical-coordinate representation of color #507582: hue angle of 195.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507582 is Cyan = 0.38, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80117130-
CMYK0.380.100.49
HSL195.6º23.81%41.18%-
HSV(B)195.6º38.46%50.98%-
XYZ13.716.0423.49-
YUV107.42140.74108.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=24.46%
G=35.78%
B=39.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801171300.380.100.49195.623.8141.18
Hex50758226A031c41829
Octal12016520246120613043051
Binary1010000111010110000010100110101001100011100010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507582; }

 p { color: rgb(80,117,130); }

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

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

 a { background-color: rgb(80,117,130); }

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

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

 span { border-color: rgb(80,117,130); }

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