#507193

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

Shades of Kashmir Blue #507193

Tints of Kashmir Blue #507193

Color information

#507193 (or 0x507193) is unknown color: approx Kashmir Blue. HEX triplet: 50, 71 and 93. RGB value is (80,113,147). Sum of RGB (Red+Green+Blue) = 80+113+147=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #507193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507193 is #AF8E6C. Grayscale: #6A6A6A. Windows color (decimal): -11505261 or 9662800. OLE color: 9662800.

HSL color Cylindrical-coordinate representation of color #507193: hue angle of 210.45º 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 #507193 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80113147-
CMYK0.460.2300.42
HSL210.45º29.52%44.51%-
HSV(B)210.45º45.58%57.65%-
XYZ14.4815.6229.86-
YUV107.01150.57108.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=23.53%
G=33.24%
B=43.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801131470.460.2300.42210.4529.5244.51
Hex5071932E1702Ad21e2d
Octal12016122356270523223655
Binary10100001110001100100111011101011101010101101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507193; }

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

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

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

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

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

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

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

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