Html Css Color HEX #506D90 Kashmir Blue

📋 copy color: '#506D90'

red 80 ◦ green 109 ◦ blue 144

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

Shades of Kashmir Blue #506D90

Tints of Kashmir Blue #506D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 24.02%
G = 32.73%
B = 43.24%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506D90 (or 0x506D90) is known color: Kashmir Blue. HEX triplet: 50, 6D and 90. RGB value is (80,109,144). Sum of RGB (Red+Green+Blue) = 80+109+144=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #506D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D90 is #AF926F. Grayscale: #686868. Windows color (decimal): -11506288 or 9465168. OLE color: 9465168.

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

Color convert

RGB 80 109 144 -
CMYK 0.44 0.24 0 0.44
HSL 212.81º 0.29% 0.44% -
HSV(B) 212.81º 0.44% 0.56% -
XYZ 13.81 14.66 28.49 -
YUV 104.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 80 109 144 0.44 0.24 0 0.44 212.81 0.29 0.44
Hex 50 6D 90 2C 18 0 2C D5 1D 2C
Octal 120 155 220 54 30 0 54 325 35 54
Binary 1010000 1101101 10010000 101100 11000 0 101100 11010101 11101 101100

Color Harmonies of #506D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D90

Black with #506D90

Text Example


Text Example

White with #506D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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