#506190

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

Shades of Kashmir Blue #506190

Tints of Kashmir Blue #506190

Color information

#506190 (or 0x506190) is unknown color: approx Kashmir Blue. HEX triplet: 50, 61 and 90. RGB value is (80,97,144). Sum of RGB (Red+Green+Blue) = 80+97+144=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #506190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506190 is #AF9E6F. Grayscale: #616161. Windows color (decimal): -11509360 or 9462096. OLE color: 9462096.

HSL color Cylindrical-coordinate representation of color #506190: hue angle of 224.06º degrees, saturation: 0.29, 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 #506190 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8097144-
CMYK0.440.3300.44
HSL224.06º28.57%43.92%-
HSV(B)224.06º44.44%56.47%-
XYZ12.6212.2728.09-
YUV97.28154.37115.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=24.92%
G=30.22%
B=44.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80971440.440.3300.44224.0628.5743.92
Hex5061902C2102Ce01d2c
Octal12014122054410543403554
Binary101000011000011001000010110010000101011001110000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506190; }

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

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

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

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

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

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

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

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