#505F8A

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

Shades of Kashmir Blue #505F8A

Tints of Kashmir Blue #505F8A

Color information

#505F8A (or 0x505F8A) is unknown color: approx Kashmir Blue. HEX triplet: 50, 5F and 8A. RGB value is (80,95,138). Sum of RGB (Red+Green+Blue) = 80+95+138=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #505F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F8A is #AFA075. Grayscale: #5F5F5F. Windows color (decimal): -11509878 or 9068368. OLE color: 9068368.

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

Color convert

RGB8095138-
CMYK0.420.3100.46
HSL224.48º26.61%42.75%-
HSV(B)224.48º42.03%54.12%-
XYZ11.9911.7225.68-
YUV95.42152.03117-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=25.56%
G=30.35%
B=44.09%

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
Decimal80951380.420.3100.46224.4826.6142.75
Hex505F8A2A1F02Ee01b2b
Octal12013721252370563403353
Binary10100001011111100010101010101111101011101110000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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