Html Css Color HEX #506491 Kashmir Blue

📋 copy color: '#506491'

red 80 ◦ green 100 ◦ blue 145

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

Shades of Kashmir Blue #506491

Tints of Kashmir Blue #506491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 24.62%
G = 30.77%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506491 (or 0x506491) is known color: Kashmir Blue. HEX triplet: 50, 64 and 91. RGB value is (80,100,145). Sum of RGB (Red+Green+Blue) = 80+100+145=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #506491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506491 is #AF9B6E. Grayscale: #626262. Windows color (decimal): -11508591 or 9528400. OLE color: 9528400.

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

Color convert

RGB 80 100 145 -
CMYK 0.45 0.31 0 0.43
HSL 221.54º 0.29% 0.44% -
HSV(B) 221.54º 0.45% 0.57% -
XYZ 12.98 12.86 28.59 -
YUV 99.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 80 100 145 0.45 0.31 0 0.43 221.54 0.29 0.44
Hex 50 64 91 2D 1F 0 2B DE 1D 2C
Octal 120 144 221 55 37 0 53 336 35 54
Binary 1010000 1100100 10010001 101101 11111 0 101011 11011110 11101 101100

Color Harmonies of #506491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506491

Black with #506491

Text Example


Text Example

White with #506491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506491; }

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

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

background-color css

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

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

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

border-color css

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

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

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