#506091

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

Shades of Kashmir Blue #506091

Tints of Kashmir Blue #506091

Color information

#506091 (or 0x506091) is unknown color: approx Kashmir Blue. HEX triplet: 50, 60 and 91. RGB value is (80,96,145). Sum of RGB (Red+Green+Blue) = 80+96+145=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #506091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506091 is #AF9F6E. Grayscale: #606060. Windows color (decimal): -11509615 or 9527376. OLE color: 9527376.

HSL color Cylindrical-coordinate representation of color #506091: hue angle of 225.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506091 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8096145-
CMYK0.450.3400.43
HSL225.23º28.89%44.12%-
HSV(B)225.23º44.83%56.86%-
XYZ12.612.1228.46-
YUV96.8155.2116.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=24.92%
G=29.91%
B=45.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80961450.450.3400.43225.2328.8944.12
Hex5060912D2202Be11d2c
Octal12014022155420533413554
Binary101000011000001001000110110110001001010111110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506091; }

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

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

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

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

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

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

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

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