#506385

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

Shades of Kashmir Blue #506385

Tints of Kashmir Blue #506385

Color information

#506385 (or 0x506385) is unknown color: approx Kashmir Blue. HEX triplet: 50, 63 and 85. RGB value is (80,99,133). Sum of RGB (Red+Green+Blue) = 80+99+133=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #506385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506385 is #AF9C7A. Grayscale: #616161. Windows color (decimal): -11508859 or 8741712. OLE color: 8741712.

HSL color Cylindrical-coordinate representation of color #506385: hue angle of 218.49º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506385 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8099133-
CMYK0.400.2600.48
HSL218.49º24.88%41.76%-
HSV(B)218.49º39.85%52.16%-
XYZ1212.3223.94-
YUV97.2148.21115.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=25.64%
G=31.73%
B=42.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80991330.400.2600.48218.4924.8841.76
Hex506385281A030da192a
Octal12014320550320603323152
Binary10100001100011100001011010001101001100001101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506385; }

 p { color: rgb(80,99,133); }

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

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

 a { background-color: rgb(80,99,133); }

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

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

 span { border-color: rgb(80,99,133); }

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