#50698E

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

Shades of Kashmir Blue #50698E

Tints of Kashmir Blue #50698E

Color information

#50698E (or 0x50698E) is unknown color: approx Kashmir Blue. HEX triplet: 50, 69 and 8E. RGB value is (80,105,142). Sum of RGB (Red+Green+Blue) = 80+105+142=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #50698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50698E is #AF9671. Grayscale: #656565. Windows color (decimal): -11507314 or 9333072. OLE color: 9333072.

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

Color convert

RGB80105142-
CMYK0.440.2600.44
HSL215.81º27.93%43.53%-
HSV(B)215.81º43.66%55.69%-
XYZ13.2413.7627.55-
YUV101.74150.72112.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=24.46%
G=32.11%
B=43.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801051420.440.2600.44215.8127.9343.53
Hex50698E2C1A02Cd81c2c
Octal12015121654320543303454
Binary10100001101001100011101011001101001011001101100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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