#50608B

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

Shades of Kashmir Blue #50608B

Tints of Kashmir Blue #50608B

Color information

#50608B (or 0x50608B) is unknown color: approx Kashmir Blue. HEX triplet: 50, 60 and 8B. RGB value is (80,96,139). Sum of RGB (Red+Green+Blue) = 80+96+139=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #50608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50608B is #AF9F74. Grayscale: #5F5F5F. Windows color (decimal): -11509621 or 9134160. OLE color: 9134160.

HSL color Cylindrical-coordinate representation of color #50608B: hue angle of 223.73º 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 #50608B is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8096139-
CMYK0.420.3100.45
HSL223.73º26.94%42.94%-
HSV(B)223.73º42.45%54.51%-
XYZ12.1511.9426.09-
YUV96.12152.2116.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=25.40%
G=30.48%
B=44.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80961390.420.3100.45223.7326.9442.94
Hex50608B2A1F02De01b2b
Octal12014021352370553403353
Binary10100001100000100010111010101111101011011110000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50608B; }

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

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

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

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

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

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

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

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