#50688E

Color #50688E Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #50688E

Tints of Kashmir Blue #50688E

Color information

#50688E (or 0x50688E) is unknown color: approx Kashmir Blue. HEX triplet: 50, 68 and 8E. RGB value is (80,104,142). Sum of RGB (Red+Green+Blue) = 80+104+142=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #50688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50688E is #AF9771. Grayscale: #646464. Windows color (decimal): -11507570 or 9332816. OLE color: 9332816.

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

Color convert

RGB80104142-
CMYK0.440.2700.44
HSL216.77º27.93%43.53%-
HSV(B)216.77º43.66%55.69%-
XYZ13.1413.5627.52-
YUV101.16151.05112.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=24.54%
G=31.90%
B=43.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801041420.440.2700.44216.7727.9343.53
Hex50688E2C1B02Cd91c2c
Octal12015021654330543313454
Binary10100001101000100011101011001101101011001101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50688E;
 }
 .AnyTagClassName
 {
   color: #50688E;
 }
</style>
background-color css

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

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

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

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

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

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