#506B91

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

Shades of Kashmir Blue #506B91

Tints of Kashmir Blue #506B91

Color information

#506B91 (or 0x506B91) is unknown color: approx Kashmir Blue. HEX triplet: 50, 6B and 91. RGB value is (80,107,145). Sum of RGB (Red+Green+Blue) = 80+107+145=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #506B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B91 is #AF946E. Grayscale: #676767. Windows color (decimal): -11506799 or 9530192. OLE color: 9530192.

HSL color Cylindrical-coordinate representation of color #506B91: hue angle of 215.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506B91 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80107145-
CMYK0.450.2600.43
HSL215.08º28.89%44.12%-
HSV(B)215.08º44.83%56.86%-
XYZ13.6814.2728.82-
YUV103.26151.55111.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=24.10%
G=32.23%
B=43.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801071450.450.2600.43215.0828.8944.12
Hex506B912D1A02Bd71d2c
Octal12015322155320533273554
Binary10100001101011100100011011011101001010111101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,107,145); }

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

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

 a { background-color: rgb(80,107,145); }

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

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

 span { border-color: rgb(80,107,145); }

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