#506793

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

Shades of Kashmir Blue #506793

Tints of Kashmir Blue #506793

Color information

#506793 (or 0x506793) is unknown color: approx Kashmir Blue. HEX triplet: 50, 67 and 93. RGB value is (80,103,147). Sum of RGB (Red+Green+Blue) = 80+103+147=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #506793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506793 is #AF986C. Grayscale: #646464. Windows color (decimal): -11507821 or 9660240. OLE color: 9660240.

HSL color Cylindrical-coordinate representation of color #506793: hue angle of 219.4º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506793 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80103147-
CMYK0.460.3000.42
HSL219.4º29.52%44.51%-
HSV(B)219.4º45.58%57.65%-
XYZ13.4213.5129.5-
YUV101.14153.88112.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=24.24%
G=31.21%
B=44.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801031470.460.3000.42219.429.5244.51
Hex5067932E1E02Adb1e2d
Octal12014722356360523333655
Binary10100001100111100100111011101111001010101101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506793; }

 p { color: rgb(80,103,147); }

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

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

 a { background-color: rgb(80,103,147); }

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

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

 span { border-color: rgb(80,103,147); }

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