#505E8B

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

Shades of Kashmir Blue #505E8B

Tints of Kashmir Blue #505E8B

Color information

#505E8B (or 0x505E8B) is unknown color: approx Kashmir Blue. HEX triplet: 50, 5E and 8B. RGB value is (80,94,139). Sum of RGB (Red+Green+Blue) = 80+94+139=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #505E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E8B is #AFA174. Grayscale: #5E5E5E. Windows color (decimal): -11510133 or 9133648. OLE color: 9133648.

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

Color convert

RGB8094139-
CMYK0.420.3200.45
HSL225.76º26.94%42.94%-
HSV(B)225.76º42.45%54.51%-
XYZ11.9711.5726.03-
YUV94.94152.86117.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=25.56%
G=30.03%
B=44.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80941390.420.3200.45225.7626.9442.94
Hex505E8B2A2002De21b2b
Octal12013621352400553423353
Binary101000010111101000101110101010000001011011110001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,139); }

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

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

 a { background-color: rgb(80,94,139); }

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

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

 span { border-color: rgb(80,94,139); }

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