Html Css Color HEX #506990 Kashmir Blue

📋 copy color: '#506990'

red 80 ◦ green 105 ◦ blue 144

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

Shades of Kashmir Blue #506990

Tints of Kashmir Blue #506990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 24.32%
G = 31.91%
B = 43.77%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506990 (or 0x506990) is known color: Kashmir Blue. HEX triplet: 50, 69 and 90. RGB value is (80,105,144). Sum of RGB (Red+Green+Blue) = 80+105+144=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #506990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506990 is #AF966F. Grayscale: #656565. Windows color (decimal): -11507312 or 9464144. OLE color: 9464144.

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

Color convert

RGB 80 105 144 -
CMYK 0.44 0.27 0 0.44
HSL 216.56º 0.29% 0.44% -
HSV(B) 216.56º 0.44% 0.56% -
XYZ 13.39 13.82 28.35 -
YUV 101.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 80 105 144 0.44 0.27 0 0.44 216.56 0.29 0.44
Hex 50 69 90 2C 1B 0 2C D9 1D 2C
Octal 120 151 220 54 33 0 54 331 35 54
Binary 1010000 1101001 10010000 101100 11011 0 101100 11011001 11101 101100

Color Harmonies of #506990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506990

Black with #506990

Text Example


Text Example

White with #506990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506990; }

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

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

background-color css

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

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

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

border-color css

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

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

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