#506993

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

Shades of Kashmir Blue #506993

Tints of Kashmir Blue #506993

Color information

#506993 (or 0x506993) is unknown color: approx Kashmir Blue. HEX triplet: 50, 69 and 93. RGB value is (80,105,147). Sum of RGB (Red+Green+Blue) = 80+105+147=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #506993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506993 is #AF966C. Grayscale: #666666. Windows color (decimal): -11507309 or 9660752. OLE color: 9660752.

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

Color convert

RGB80105147-
CMYK0.460.2900.42
HSL217.61º29.52%44.51%-
HSV(B)217.61º45.58%57.65%-
XYZ13.6313.9229.57-
YUV102.31153.22112.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=24.10%
G=31.63%
B=44.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801051470.460.2900.42217.6129.5244.51
Hex5069932E1D02Ada1e2d
Octal12015122356350523323655
Binary10100001101001100100111011101110101010101101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506993; }

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

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

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

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

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

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

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

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