#506590

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

Shades of Kashmir Blue #506590

Tints of Kashmir Blue #506590

Color information

#506590 (or 0x506590) is unknown color: approx Kashmir Blue. HEX triplet: 50, 65 and 90. RGB value is (80,101,144). Sum of RGB (Red+Green+Blue) = 80+101+144=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #506590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506590 is #AF9A6F. Grayscale: #636363. Windows color (decimal): -11508336 or 9463120. OLE color: 9463120.

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

Color convert

RGB80101144-
CMYK0.440.3000.44
HSL220.31º28.57%43.92%-
HSV(B)220.31º44.44%56.47%-
XYZ1313.0328.21-
YUV99.62153.04114-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=24.62%
G=31.08%
B=44.31%

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
Decimal801011440.440.3000.44220.3128.5743.92
Hex5065902C1E02Cdc1d2c
Octal12014522054360543343554
Binary10100001100101100100001011001111001011001101110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506590; }

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

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

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

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

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

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

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

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