#506283

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

Shades of Kashmir Blue #506283

Tints of Kashmir Blue #506283

Color information

#506283 (or 0x506283) is unknown color: approx Kashmir Blue. HEX triplet: 50, 62 and 83. RGB value is (80,98,131). Sum of RGB (Red+Green+Blue) = 80+98+131=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #506283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506283 is #AF9D7C. Grayscale: #606060. Windows color (decimal): -11509117 or 8610384. OLE color: 8610384.

HSL color Cylindrical-coordinate representation of color #506283: hue angle of 218.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506283 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8098131-
CMYK0.390.2500.49
HSL218.82º24.17%41.37%-
HSV(B)218.82º38.93%51.37%-
XYZ11.7712.0823.18-
YUV96.38147.54116.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=25.89%
G=31.72%
B=42.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80981310.390.2500.49218.8224.1741.37
Hex5062832719031db1829
Octal12014220347310613333051
Binary10100001100010100000111001111100101100011101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506283; }

 p { color: rgb(80,98,131); }

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

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

 a { background-color: rgb(80,98,131); }

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

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

 span { border-color: rgb(80,98,131); }

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