#506D94

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

Shades of Kashmir Blue #506D94

Tints of Kashmir Blue #506D94

Color information

#506D94 (or 0x506D94) is unknown color: approx Kashmir Blue. HEX triplet: 50, 6D and 94. RGB value is (80,109,148). Sum of RGB (Red+Green+Blue) = 80+109+148=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #506D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D94 is #AF926B. Grayscale: #686868. Windows color (decimal): -11506284 or 9727312. OLE color: 9727312.

HSL color Cylindrical-coordinate representation of color #506D94: hue angle of 214.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506D94 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80109148-
CMYK0.460.2600.42
HSL214.41º29.82%44.71%-
HSV(B)214.41º45.95%58.04%-
XYZ14.1214.7830.13-
YUV104.78152.39110.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=23.74%
G=32.34%
B=43.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801091480.460.2600.42214.4129.8244.71
Hex506D942E1A02Ad61e2d
Octal12015522456320523263655
Binary10100001101101100101001011101101001010101101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D94; }

 p { color: rgb(80,109,148); }

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

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

 a { background-color: rgb(80,109,148); }

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

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

 span { border-color: rgb(80,109,148); }

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