Html Css Color HEX #506391 Kashmir Blue

📋 copy color: '#506391'

red 80 ◦ green 99 ◦ blue 145

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

Shades of Kashmir Blue #506391

Tints of Kashmir Blue #506391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 24.69%
G = 30.56%
B = 44.75%

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

#506391 (or 0x506391) is known color: Kashmir Blue. HEX triplet: 50, 63 and 91. RGB value is (80,99,145). Sum of RGB (Red+Green+Blue) = 80+99+145=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #506391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506391 is #AF9C6E. Grayscale: #626262. Windows color (decimal): -11508847 or 9528144. OLE color: 9528144.

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

Color convert

RGB 80 99 145 -
CMYK 0.45 0.32 0 0.43
HSL 222.46º 0.29% 0.44% -
HSV(B) 222.46º 0.45% 0.57% -
XYZ 12.88 12.67 28.56 -
YUV 98.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 80 99 145 0.45 0.32 0 0.43 222.46 0.29 0.44
Hex 50 63 91 2D 20 0 2B DE 1D 2C
Octal 120 143 221 55 40 0 53 336 35 54
Binary 1010000 1100011 10010001 101101 100000 0 101011 11011110 11101 101100

Color Harmonies of #506391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506391

Black with #506391

Text Example


Text Example

White with #506391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506391; }

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

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

background-color css

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

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

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

border-color css

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

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

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