Html Css Color HEX #506392 Kashmir Blue

📋 copy color: '#506392'

red 80 ◦ green 99 ◦ blue 146

#506392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #506392

Tints of Kashmir Blue #506392

RGB

 RED value IS 80 (31.64% from 255) = 24.62%

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 24.62%
G = 30.46%
B = 44.92%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506392 (or 0x506392) is known color: Kashmir Blue. HEX triplet: 50, 63 and 92. RGB value is (80,99,146). Sum of RGB (Red+Green+Blue) = 80+99+146=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #506392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506392 is #AF9C6D. Grayscale: #626262. Windows color (decimal): -11508846 or 9593680. OLE color: 9593680.

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

Color convert

RGB 80 99 146 -
CMYK 0.45 0.32 0 0.43
HSL 222.73º 0.29% 0.44% -
HSV(B) 222.73º 0.45% 0.57% -
XYZ 12.96 12.7 28.96 -
YUV 98.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 80 99 146 0.45 0.32 0 0.43 222.73 0.29 0.44
Hex 50 63 92 2D 20 0 2B DF 1D 2C
Octal 120 143 222 55 40 0 53 337 35 54
Binary 1010000 1100011 10010010 101101 100000 0 101011 11011111 11101 101100

Color Harmonies of #506392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506392

Black with #506392

Text Example


Text Example

White with #506392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506392; }

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

 H1.HeaderClassName
 {
   color: #506392;
 }
 .AnyTagClassName
 {
   color: #506392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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