#506592

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

Shades of Kashmir Blue #506592

Tints of Kashmir Blue #506592

Color information

#506592 (or 0x506592) is unknown color: approx Kashmir Blue. HEX triplet: 50, 65 and 92. RGB value is (80,101,146). Sum of RGB (Red+Green+Blue) = 80+101+146=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #506592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506592 is #AF9A6D. Grayscale: #636363. Windows color (decimal): -11508334 or 9594192. OLE color: 9594192.

HSL color Cylindrical-coordinate representation of color #506592: hue angle of 220.91º 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 #506592 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80101146-
CMYK0.450.3100.43
HSL220.91º29.2%44.31%-
HSV(B)220.91º45.21%57.25%-
XYZ13.1513.0929.03-
YUV99.85154.04113.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=24.46%
G=30.89%
B=44.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801011460.450.3100.43220.9129.244.31
Hex5065922D1F02Bdd1d2c
Octal12014522255370533353554
Binary10100001100101100100101011011111101010111101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506592; }

 p { color: rgb(80,101,146); }

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

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

 a { background-color: rgb(80,101,146); }

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

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

 span { border-color: rgb(80,101,146); }

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