#506185

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

Shades of Kashmir Blue #506185

Tints of Kashmir Blue #506185

Color information

#506185 (or 0x506185) is unknown color: approx Kashmir Blue. HEX triplet: 50, 61 and 85. RGB value is (80,97,133). Sum of RGB (Red+Green+Blue) = 80+97+133=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #506185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506185 is #AF9E7A. Grayscale: #5F5F5F. Windows color (decimal): -11509371 or 8741200. OLE color: 8741200.

HSL color Cylindrical-coordinate representation of color #506185: hue angle of 220.75º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506185 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8097133-
CMYK0.400.2700.48
HSL220.75º24.88%41.76%-
HSV(B)220.75º39.85%52.16%-
XYZ11.8211.9523.87-
YUV96.02148.87116.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=25.81%
G=31.29%
B=42.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80971330.400.2700.48220.7524.8841.76
Hex506185281B030dd192a
Octal12014120550330603353152
Binary10100001100001100001011010001101101100001101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506185; }

 p { color: rgb(80,97,133); }

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

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

 a { background-color: rgb(80,97,133); }

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

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

 span { border-color: rgb(80,97,133); }

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