#506F94

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

Shades of Kashmir Blue #506F94

Tints of Kashmir Blue #506F94

Color information

#506F94 (or 0x506F94) is unknown color: approx Kashmir Blue. HEX triplet: 50, 6F and 94. RGB value is (80,111,148). Sum of RGB (Red+Green+Blue) = 80+111+148=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #506F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F94 is #AF906B. Grayscale: #696969. Windows color (decimal): -11505772 or 9727824. OLE color: 9727824.

HSL color Cylindrical-coordinate representation of color #506F94: hue angle of 212.65º 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 #506F94 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80111148-
CMYK0.460.2500.42
HSL212.65º29.82%44.71%-
HSV(B)212.65º45.95%58.04%-
XYZ14.3415.2130.2-
YUV105.95151.73109.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=23.60%
G=32.74%
B=43.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801111480.460.2500.42212.6529.8244.71
Hex506F942E1902Ad51e2d
Octal12015722456310523253655
Binary10100001101111100101001011101100101010101101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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