#506486

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

Shades of Kashmir Blue #506486

Tints of Kashmir Blue #506486

Color information

#506486 (or 0x506486) is unknown color: approx Kashmir Blue. HEX triplet: 50, 64 and 86. RGB value is (80,100,134). Sum of RGB (Red+Green+Blue) = 80+100+134=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #506486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506486 is #AF9B79. Grayscale: #616161. Windows color (decimal): -11508602 or 8807504. OLE color: 8807504.

HSL color Cylindrical-coordinate representation of color #506486: hue angle of 217.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506486 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80100134-
CMYK0.400.2500.47
HSL217.78º25.23%41.96%-
HSV(B)217.78º40.3%52.55%-
XYZ12.1712.5424.33-
YUV97.9148.37115.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=25.48%
G=31.85%
B=42.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801001340.400.2500.47217.7825.2341.96
Hex506486281902Fda192a
Octal12014420650310573323152
Binary10100001100100100001101010001100101011111101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506486; }

 p { color: rgb(80,100,134); }

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

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

 a { background-color: rgb(80,100,134); }

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

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

 span { border-color: rgb(80,100,134); }

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