#50638E

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

Shades of Kashmir Blue #50638E

Tints of Kashmir Blue #50638E

Color information

#50638E (or 0x50638E) is unknown color: approx Kashmir Blue. HEX triplet: 50, 63 and 8E. RGB value is (80,99,142). Sum of RGB (Red+Green+Blue) = 80+99+142=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #50638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50638E is #AF9C71. Grayscale: #626262. Windows color (decimal): -11508850 or 9331536. OLE color: 9331536.

HSL color Cylindrical-coordinate representation of color #50638E: hue angle of 221.61º 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 #50638E is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8099142-
CMYK0.440.3000.44
HSL221.61º27.93%43.53%-
HSV(B)221.61º43.66%55.69%-
XYZ12.6512.5827.35-
YUV98.22152.71115-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=24.92%
G=30.84%
B=44.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80991420.440.3000.44221.6127.9343.53
Hex50638E2C1E02Cde1c2c
Octal12014321654360543363454
Binary10100001100011100011101011001111001011001101111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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