Html Css Color HEX #506291 Kashmir Blue

📋 copy color: '#506291'

red 80 ◦ green 98 ◦ blue 145

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

Shades of Kashmir Blue #506291

Tints of Kashmir Blue #506291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 24.77%
G = 30.34%
B = 44.89%

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

#506291 (or 0x506291) is known color: Kashmir Blue. HEX triplet: 50, 62 and 91. RGB value is (80,98,145). Sum of RGB (Red+Green+Blue) = 80+98+145=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #506291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506291 is #AF9D6E. Grayscale: #616161. Windows color (decimal): -11509103 or 9527888. OLE color: 9527888.

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

Color convert

RGB 80 98 145 -
CMYK 0.45 0.32 0 0.43
HSL 223.38º 0.29% 0.44% -
HSV(B) 223.38º 0.45% 0.57% -
XYZ 12.79 12.49 28.52 -
YUV 97.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 80 98 145 0.45 0.32 0 0.43 223.38 0.29 0.44
Hex 50 62 91 2D 20 0 2B DF 1D 2C
Octal 120 142 221 55 40 0 53 337 35 54
Binary 1010000 1100010 10010001 101101 100000 0 101011 11011111 11101 101100

Color Harmonies of #506291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506291

Black with #506291

Text Example


Text Example

White with #506291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506291; }

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

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

background-color css

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

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

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

border-color css

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

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

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