#505F8D

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

Shades of Kashmir Blue #505F8D

Tints of Kashmir Blue #505F8D

Color information

#505F8D (or 0x505F8D) is unknown color: approx Kashmir Blue. HEX triplet: 50, 5F and 8D. RGB value is (80,95,141). Sum of RGB (Red+Green+Blue) = 80+95+141=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #505F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F8D is #AFA072. Grayscale: #5F5F5F. Windows color (decimal): -11509875 or 9264976. OLE color: 9264976.

HSL color Cylindrical-coordinate representation of color #505F8D: hue angle of 225.25º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505F8D is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8095141-
CMYK0.430.3300.45
HSL225.25º27.6%43.33%-
HSV(B)225.25º43.26%55.29%-
XYZ12.2111.8126.84-
YUV95.76153.53116.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=25.32%
G=30.06%
B=44.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80951410.430.3300.45225.2527.643.33
Hex505F8D2B2102De11c2b
Octal12013721553410553413453
Binary101000010111111000110110101110000101011011110000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F8D; }

 p { color: rgb(80,95,141); }

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

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

 a { background-color: rgb(80,95,141); }

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

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

 span { border-color: rgb(80,95,141); }

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