#506D93

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

Shades of Kashmir Blue #506D93

Tints of Kashmir Blue #506D93

Color information

#506D93 (or 0x506D93) is unknown color: approx Kashmir Blue. HEX triplet: 50, 6D and 93. RGB value is (80,109,147). Sum of RGB (Red+Green+Blue) = 80+109+147=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #506D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D93 is #AF926C. Grayscale: #686868. Windows color (decimal): -11506285 or 9661776. OLE color: 9661776.

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

Color convert

RGB80109147-
CMYK0.460.2600.42
HSL214.03º29.52%44.51%-
HSV(B)214.03º45.58%57.65%-
XYZ14.0414.7529.71-
YUV104.66151.89110.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=23.81%
G=32.44%
B=43.75%

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
Decimal801091470.460.2600.42214.0329.5244.51
Hex506D932E1A02Ad61e2d
Octal12015522356320523263655
Binary10100001101101100100111011101101001010101101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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