#505F89

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

Shades of Kashmir Blue #505F89

Tints of Kashmir Blue #505F89

Color information

#505F89 (or 0x505F89) is unknown color: approx Kashmir Blue. HEX triplet: 50, 5F and 89. RGB value is (80,95,137). Sum of RGB (Red+Green+Blue) = 80+95+137=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #505F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F89 is #AFA076. Grayscale: #5F5F5F. Windows color (decimal): -11509879 or 9002832. OLE color: 9002832.

HSL color Cylindrical-coordinate representation of color #505F89: hue angle of 224.21º degrees, saturation: 0.26, 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 #505F89 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8095137-
CMYK0.420.3100.46
HSL224.21º26.27%42.55%-
HSV(B)224.21º41.61%53.73%-
XYZ11.9211.725.3-
YUV95.3151.53117.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=25.64%
G=30.45%
B=43.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80951370.420.3100.46224.2126.2742.55
Hex505F892A1F02Ee01a2b
Octal12013721152370563403253
Binary10100001011111100010011010101111101011101110000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F89; }

 p { color: rgb(80,95,137); }

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

<style>
 a { background-color: #505F89; }

 a { background-color: rgb(80,95,137); }

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

<style>
 span { border-color: #505F89; }

 span { border-color: rgb(80,95,137); }

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