Html Css Color HEX #506190 Kashmir Blue

📋 copy color: '#506190'

red 80 ◦ green 97 ◦ blue 144

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

Shades of Kashmir Blue #506190

Tints of Kashmir Blue #506190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 24.92%
G = 30.22%
B = 44.86%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506190 (or 0x506190) is known color: Kashmir Blue. HEX triplet: 50, 61 and 90. RGB value is (80,97,144). Sum of RGB (Red+Green+Blue) = 80+97+144=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #506190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506190 is #AF9E6F. Grayscale: #616161. Windows color (decimal): -11509360 or 9462096. OLE color: 9462096.

HSL color Cylindrical-coordinate representation of color #506190: hue angle of 224.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506190 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 97 144 -
CMYK 0.44 0.33 0 0.44
HSL 224.06º 0.29% 0.44% -
HSV(B) 224.06º 0.44% 0.56% -
XYZ 12.62 12.27 28.09 -
YUV 97.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 80 97 144 0.44 0.33 0 0.44 224.06 0.29 0.44
Hex 50 61 90 2C 21 0 2C E0 1D 2C
Octal 120 141 220 54 41 0 54 340 35 54
Binary 1010000 1100001 10010000 101100 100001 0 101100 11100000 11101 101100

Color Harmonies of #506190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506190

Black with #506190

Text Example


Text Example

White with #506190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506190; }

 p { color: rgb(80,97,144); }

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

background-color css

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

 a { background-color: rgb(80,97,144); }

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

border-color css

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

 span { border-color: rgb(80,97,144); }

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