#50618C

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

Shades of Kashmir Blue #50618C

Tints of Kashmir Blue #50618C

Color information

#50618C (or 0x50618C) is unknown color: approx Kashmir Blue. HEX triplet: 50, 61 and 8C. RGB value is (80,97,140). Sum of RGB (Red+Green+Blue) = 80+97+140=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #50618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50618C is #AF9E73. Grayscale: #606060. Windows color (decimal): -11509364 or 9199952. OLE color: 9199952.

HSL color Cylindrical-coordinate representation of color #50618C: hue angle of 223º degrees, saturation: 0.27, 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 #50618C is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8097140-
CMYK0.430.3100.45
HSL223º27.27%43.14%-
HSV(B)223º42.86%54.9%-
XYZ12.3212.1526.51-
YUV96.82152.37116-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=25.24%
G=30.60%
B=44.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80971400.430.3100.4522327.2743.14
Hex50618C2B1F02Ddf1b2b
Octal12014121453370553373353
Binary10100001100001100011001010111111101011011101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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