#50608A

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

Shades of Kashmir Blue #50608A

Tints of Kashmir Blue #50608A

Color information

#50608A (or 0x50608A) is unknown color: approx Kashmir Blue. HEX triplet: 50, 60 and 8A. RGB value is (80,96,138). Sum of RGB (Red+Green+Blue) = 80+96+138=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #50608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50608A is #AF9F75. Grayscale: #5F5F5F. Windows color (decimal): -11509622 or 9068624. OLE color: 9068624.

HSL color Cylindrical-coordinate representation of color #50608A: hue angle of 223.45º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50608A is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8096138-
CMYK0.420.3000.46
HSL223.45º26.61%42.75%-
HSV(B)223.45º42.03%54.12%-
XYZ12.0811.9125.71-
YUV96151.7116.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=25.48%
G=30.57%
B=43.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80961380.420.3000.46223.4526.6142.75
Hex50608A2A1E02Edf1b2b
Octal12014021252360563373353
Binary10100001100000100010101010101111001011101101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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