#50618A

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

Shades of Kashmir Blue #50618A

Tints of Kashmir Blue #50618A

Color information

#50618A (or 0x50618A) is unknown color: approx Kashmir Blue. HEX triplet: 50, 61 and 8A. RGB value is (80,97,138). Sum of RGB (Red+Green+Blue) = 80+97+138=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #50618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50618A is #AF9E75. Grayscale: #606060. Windows color (decimal): -11509366 or 9068880. OLE color: 9068880.

HSL color Cylindrical-coordinate representation of color #50618A: hue angle of 222.41º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50618A is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8097138-
CMYK0.420.3000.46
HSL222.41º26.61%42.75%-
HSV(B)222.41º42.03%54.12%-
XYZ12.1712.0925.74-
YUV96.59151.37116.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=25.40%
G=30.79%
B=43.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80971380.420.3000.46222.4126.6142.75
Hex50618A2A1E02Ede1b2b
Octal12014121252360563363353
Binary10100001100001100010101010101111001011101101111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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