Html Css Color HEX #50658F Kashmir Blue

📋 copy color: '#50658F'

red 80 ◦ green 101 ◦ blue 143

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

Shades of Kashmir Blue #50658F

Tints of Kashmir Blue #50658F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 24.69%
G = 31.17%
B = 44.14%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50658F (or 0x50658F) is known color: Kashmir Blue. HEX triplet: 50, 65 and 8F. RGB value is (80,101,143). Sum of RGB (Red+Green+Blue) = 80+101+143=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #50658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50658F is #AF9A70. Grayscale: #636363. Windows color (decimal): -11508337 or 9397584. OLE color: 9397584.

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

Color convert

RGB 80 101 143 -
CMYK 0.44 0.29 0 0.44
HSL 220º 0.28% 0.44% -
HSV(B) 220º 0.44% 0.56% -
XYZ 12.92 13 27.81 -
YUV 99.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 80 101 143 0.44 0.29 0 0.44 220 0.28 0.44
Hex 50 65 8F 2C 1D 0 2C DC 1C 2C
Octal 120 145 217 54 35 0 54 334 34 54
Binary 1010000 1100101 10001111 101100 11101 0 101100 11011100 11100 101100

Color Harmonies of #50658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50658F

Black with #50658F

Text Example


Text Example

White with #50658F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50658F; }

 p { color: rgb(80,101,143); }

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

background-color css

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

 a { background-color: rgb(80,101,143); }

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

border-color css

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

 span { border-color: rgb(80,101,143); }

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