#50618E

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

Shades of Kashmir Blue #50618E

Tints of Kashmir Blue #50618E

Color information

#50618E (or 0x50618E) is unknown color: approx Kashmir Blue. HEX triplet: 50, 61 and 8E. RGB value is (80,97,142). Sum of RGB (Red+Green+Blue) = 80+97+142=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #50618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50618E is #AF9E71. Grayscale: #606060. Windows color (decimal): -11509362 or 9331024. OLE color: 9331024.

HSL color Cylindrical-coordinate representation of color #50618E: hue angle of 223.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50618E is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8097142-
CMYK0.440.3200.44
HSL223.55º27.93%43.53%-
HSV(B)223.55º43.66%55.69%-
XYZ12.4712.2127.29-
YUV97.05153.37115.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=25.08%
G=30.41%
B=44.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80971420.440.3200.44223.5527.9343.53
Hex50618E2C2002Ce01c2c
Octal12014121654400543403454
Binary101000011000011000111010110010000001011001110000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50618E; }

 p { color: rgb(80,97,142); }

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

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

 a { background-color: rgb(80,97,142); }

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

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

 span { border-color: rgb(80,97,142); }

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