#506292

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

Shades of Kashmir Blue #506292

Tints of Kashmir Blue #506292

Color information

#506292 (or 0x506292) is unknown color: approx Kashmir Blue. HEX triplet: 50, 62 and 92. RGB value is (80,98,146). Sum of RGB (Red+Green+Blue) = 80+98+146=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #506292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506292 is #AF9D6D. Grayscale: #616161. Windows color (decimal): -11509102 or 9593424. OLE color: 9593424.

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

Color convert

RGB8098146-
CMYK0.450.3300.43
HSL223.64º29.2%44.31%-
HSV(B)223.64º45.21%57.25%-
XYZ12.8612.5228.93-
YUV98.09155.04115.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=24.69%
G=30.25%
B=45.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80981460.450.3300.43223.6429.244.31
Hex5062922D2102Be01d2c
Octal12014222255410533403554
Binary101000011000101001001010110110000101010111110000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506292; }

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

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

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

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

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

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

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

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