Html Css Color HEX #506290 Kashmir Blue

📋 copy color: '#506290'

red 80 ◦ green 98 ◦ blue 144

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

Shades of Kashmir Blue #506290

Tints of Kashmir Blue #506290

RGB

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

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

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

R = 24.84%
G = 30.43%
B = 44.72%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506290 (or 0x506290) is known color: Kashmir Blue. HEX triplet: 50, 62 and 90. RGB value is (80,98,144). Sum of RGB (Red+Green+Blue) = 80+98+144=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #506290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506290 is #AF9D6F. Grayscale: #616161. Windows color (decimal): -11509104 or 9462352. OLE color: 9462352.

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

Color convert

RGB 80 98 144 -
CMYK 0.44 0.32 0 0.44
HSL 223.13º 0.29% 0.44% -
HSV(B) 223.13º 0.44% 0.56% -
XYZ 12.71 12.45 28.12 -
YUV 97.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 80 98 144 0.44 0.32 0 0.44 223.13 0.29 0.44
Hex 50 62 90 2C 20 0 2C DF 1D 2C
Octal 120 142 220 54 40 0 54 337 35 54
Binary 1010000 1100010 10010000 101100 100000 0 101100 11011111 11101 101100

Color Harmonies of #506290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506290

Black with #506290

Text Example


Text Example

White with #506290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506290; }

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

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

background-color css

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

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

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

border-color css

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

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

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