#506C8F

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

Shades of Kashmir Blue #506C8F

Tints of Kashmir Blue #506C8F

Color information

#506C8F (or 0x506C8F) is unknown color: approx Kashmir Blue. HEX triplet: 50, 6C and 8F. RGB value is (80,108,143). Sum of RGB (Red+Green+Blue) = 80+108+143=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #506C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C8F is #AF9370. Grayscale: #676767. Windows color (decimal): -11506545 or 9399376. OLE color: 9399376.

HSL color Cylindrical-coordinate representation of color #506C8F: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506C8F is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80108143-
CMYK0.440.2400.44
HSL213.33º28.25%43.73%-
HSV(B)213.33º44.06%56.08%-
XYZ13.6314.4128.05-
YUV103.62150.22111.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=24.17%
G=32.63%
B=43.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801081430.440.2400.44213.3328.2543.73
Hex506C8F2C1802Cd51c2c
Octal12015421754300543253454
Binary10100001101100100011111011001100001011001101010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,143); }

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

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

 a { background-color: rgb(80,108,143); }

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

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

 span { border-color: rgb(80,108,143); }

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