#506090

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

Shades of Kashmir Blue #506090

Tints of Kashmir Blue #506090

Color information

#506090 (or 0x506090) is unknown color: approx Kashmir Blue. HEX triplet: 50, 60 and 90. RGB value is (80,96,144). Sum of RGB (Red+Green+Blue) = 80+96+144=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #506090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506090 is #AF9F6F. Grayscale: #606060. Windows color (decimal): -11509616 or 9461840. OLE color: 9461840.

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

Color convert

RGB8096144-
CMYK0.440.3300.44
HSL225º28.57%43.92%-
HSV(B)225º44.44%56.47%-
XYZ12.5312.0828.06-
YUV96.69154.7116.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 144 (56.64% from 255) = 45%
R=25%
G=30%
B=45%

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
Decimal80961440.440.3300.4422528.5743.92
Hex5060902C2102Ce11d2c
Octal12014022054410543413554
Binary101000011000001001000010110010000101011001110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506090; }

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

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

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

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

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

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

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

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