#505E88

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

Shades of Kashmir Blue #505E88

Tints of Kashmir Blue #505E88

Color information

#505E88 (or 0x505E88) is unknown color: approx Kashmir Blue. HEX triplet: 50, 5E and 88. RGB value is (80,94,136). Sum of RGB (Red+Green+Blue) = 80+94+136=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #505E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E88 is #AFA177. Grayscale: #5E5E5E. Windows color (decimal): -11510136 or 8937040. OLE color: 8937040.

HSL color Cylindrical-coordinate representation of color #505E88: hue angle of 225º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505E88 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8094136-
CMYK0.410.3100.47
HSL225º25.93%42.35%-
HSV(B)225º41.18%53.33%-
XYZ11.7511.4924.89-
YUV94.6151.36117.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=25.81%
G=30.32%
B=43.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80941360.410.3100.4722525.9342.35
Hex505E88291F02Fe11a2a
Octal12013621051370573413252
Binary10100001011110100010001010011111101011111110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,136); }

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

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

 a { background-color: rgb(80,94,136); }

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

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

 span { border-color: rgb(80,94,136); }

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