Html Css Color HEX #50648B Kashmir Blue

📋 copy color: '#50648B'

red 80 ◦ green 100 ◦ blue 139

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

Shades of Kashmir Blue #50648B

Tints of Kashmir Blue #50648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 25.08%
G = 31.35%
B = 43.57%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50648B (or 0x50648B) is known color: Kashmir Blue. HEX triplet: 50, 64 and 8B. RGB value is (80,100,139). Sum of RGB (Red+Green+Blue) = 80+100+139=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #50648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50648B is #AF9B74. Grayscale: #626262. Windows color (decimal): -11508597 or 9135184. OLE color: 9135184.

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

Color convert

RGB 80 100 139 -
CMYK 0.42 0.28 0 0.45
HSL 219.66º 0.27% 0.43% -
HSV(B) 219.66º 0.42% 0.55% -
XYZ 12.53 12.68 26.21 -
YUV 98.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 80 100 139 0.42 0.28 0 0.45 219.66 0.27 0.43
Hex 50 64 8B 2A 1C 0 2D DC 1B 2B
Octal 120 144 213 52 34 0 55 334 33 53
Binary 1010000 1100100 10001011 101010 11100 0 101101 11011100 11011 101011

Color Harmonies of #50648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50648B

Black with #50648B

Text Example


Text Example

White with #50648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50648B; }

 p { color: rgb(80,100,139); }

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

background-color css

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

 a { background-color: rgb(80,100,139); }

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

border-color css

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

 span { border-color: rgb(80,100,139); }

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