#506388

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

Shades of Kashmir Blue #506388

Tints of Kashmir Blue #506388

Color information

#506388 (or 0x506388) is unknown color: approx Kashmir Blue. HEX triplet: 50, 63 and 88. RGB value is (80,99,136). Sum of RGB (Red+Green+Blue) = 80+99+136=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #506388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506388 is #AF9C77. Grayscale: #616161. Windows color (decimal): -11508856 or 8938320. OLE color: 8938320.

HSL color Cylindrical-coordinate representation of color #506388: hue angle of 219.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506388 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8099136-
CMYK0.410.2700.47
HSL219.64º25.93%42.35%-
HSV(B)219.64º41.18%53.33%-
XYZ12.2112.4125.04-
YUV97.54149.71115.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=25.40%
G=31.43%
B=43.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80991360.410.2700.47219.6425.9342.35
Hex506388291B02Fdc1a2a
Octal12014321051330573343252
Binary10100001100011100010001010011101101011111101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506388; }

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

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

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

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

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

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

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

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