Html Css Color HEX #50638D Kashmir Blue

📋 copy color: '#50638D'

red 80 ◦ green 99 ◦ blue 141

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

Shades of Kashmir Blue #50638D

Tints of Kashmir Blue #50638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 25%
G = 30.94%
B = 44.06%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50638D (or 0x50638D) is known color: Kashmir Blue. HEX triplet: 50, 63 and 8D. RGB value is (80,99,141). Sum of RGB (Red+Green+Blue) = 80+99+141=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #50638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50638D is #AF9C72. Grayscale: #616161. Windows color (decimal): -11508851 or 9266000. OLE color: 9266000.

HSL color Cylindrical-coordinate representation of color #50638D: hue angle of 221.31º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50638D is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 99 141 -
CMYK 0.43 0.30 0 0.45
HSL 221.31º 0.28% 0.43% -
HSV(B) 221.31º 0.43% 0.55% -
XYZ 12.58 12.55 26.96 -
YUV 98.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 80 99 141 0.43 0.30 0 0.45 221.31 0.28 0.43
Hex 50 63 8D 2B 1E 0 2D DD 1C 2B
Octal 120 143 215 53 36 0 55 335 34 53
Binary 1010000 1100011 10001101 101011 11110 0 101101 11011101 11100 101011

Color Harmonies of #50638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50638D

Black with #50638D

Text Example


Text Example

White with #50638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50638D; }

 p { color: rgb(80,99,141); }

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

background-color css

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

 a { background-color: rgb(80,99,141); }

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

border-color css

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

 span { border-color: rgb(80,99,141); }

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