#507192

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

Shades of Kashmir Blue #507192

Tints of Kashmir Blue #507192

Color information

#507192 (or 0x507192) is unknown color: approx Kashmir Blue. HEX triplet: 50, 71 and 92. RGB value is (80,113,146). Sum of RGB (Red+Green+Blue) = 80+113+146=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #507192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507192 is #AF8E6D. Grayscale: #6A6A6A. Windows color (decimal): -11505262 or 9597264. OLE color: 9597264.

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

Color convert

RGB80113146-
CMYK0.450.2300.43
HSL210º29.2%44.31%-
HSV(B)210º45.21%57.25%-
XYZ14.415.5929.44-
YUV106.9150.07108.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=23.60%
G=33.33%
B=43.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801131460.450.2300.4321029.244.31
Hex5071922D1702Bd21d2c
Octal12016122255270533223554
Binary10100001110001100100101011011011101010111101001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507192; }

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

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

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

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

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

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

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

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