Html Css Color HEX #50608E Kashmir Blue

📋 copy color: '#50608E'

red 80 ◦ green 96 ◦ blue 142

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

Shades of Kashmir Blue #50608E

Tints of Kashmir Blue #50608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 25.16%
G = 30.19%
B = 44.65%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50608E (or 0x50608E) is known color: Kashmir Blue. HEX triplet: 50, 60 and 8E. RGB value is (80,96,142). Sum of RGB (Red+Green+Blue) = 80+96+142=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #50608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50608E is #AF9F71. Grayscale: #606060. Windows color (decimal): -11509618 or 9330768. OLE color: 9330768.

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

Color convert

RGB 80 96 142 -
CMYK 0.44 0.32 0 0.44
HSL 224.52º 0.28% 0.44% -
HSV(B) 224.52º 0.44% 0.56% -
XYZ 12.37 12.02 27.26 -
YUV 96.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 80 96 142 0.44 0.32 0 0.44 224.52 0.28 0.44
Hex 50 60 8E 2C 20 0 2C E1 1C 2C
Octal 120 140 216 54 40 0 54 341 34 54
Binary 1010000 1100000 10001110 101100 100000 0 101100 11100001 11100 101100

Color Harmonies of #50608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50608E

Black with #50608E

Text Example


Text Example

White with #50608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50608E; }

 p { color: rgb(80,96,142); }

 H1.HeaderClassName
 {
   color: #50608E;
 }
 .AnyTagClassName
 {
   color: #50608E;
 }
</style>

background-color css

<style>
 a { background-color: #50608E; }

 a { background-color: rgb(80,96,142); }

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

border-color css

<style>
 span { border-color: #50608E; }

 span { border-color: rgb(80,96,142); }

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