Html Css Color HEX #50648C Kashmir Blue

📋 copy color: '#50648C'

red 80 ◦ green 100 ◦ blue 140

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

Shades of Kashmir Blue #50648C

Tints of Kashmir Blue #50648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 25%
G = 31.25%
B = 43.75%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50648C (or 0x50648C) is known color: Kashmir Blue. HEX triplet: 50, 64 and 8C. RGB value is (80,100,140). Sum of RGB (Red+Green+Blue) = 80+100+140=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #50648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50648C is #AF9B73. Grayscale: #626262. Windows color (decimal): -11508596 or 9200720. OLE color: 9200720.

HSL color Cylindrical-coordinate representation of color #50648C: hue angle of 220º degrees, saturation: 0.27, 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 #50648C is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 100 140 -
CMYK 0.43 0.29 0 0.45
HSL 220º 0.27% 0.43% -
HSV(B) 220º 0.43% 0.55% -
XYZ 12.6 12.71 26.6 -
YUV 98.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 80 100 140 0.43 0.29 0 0.45 220 0.27 0.43
Hex 50 64 8C 2B 1D 0 2D DC 1B 2B
Octal 120 144 214 53 35 0 55 334 33 53
Binary 1010000 1100100 10001100 101011 11101 0 101101 11011100 11011 101011

Color Harmonies of #50648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50648C

Black with #50648C

Text Example


Text Example

White with #50648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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