#515F88

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

Shades of Kashmir Blue #515F88

Tints of Kashmir Blue #515F88

Color information

#515F88 (or 0x515F88) is unknown color: approx Kashmir Blue. HEX triplet: 51, 5F and 88. RGB value is (81,95,136). Sum of RGB (Red+Green+Blue) = 81+95+136=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #515F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F88 is #AEA077. Grayscale: #5F5F5F. Windows color (decimal): -11444344 or 8937297. OLE color: 8937297.

HSL color Cylindrical-coordinate representation of color #515F88: hue angle of 224.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515F88 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8195136-
CMYK0.400.3000.47
HSL224.73º25.35%42.55%-
HSV(B)224.73º40.44%53.33%-
XYZ11.9311.7124.92-
YUV95.49150.86117.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=25.96%
G=30.45%
B=43.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81951360.400.3000.47224.7325.3542.55
Hex515F88281E02Fe1192b
Octal12113721050360573413153
Binary10100011011111100010001010001111001011111110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515F88; }

 p { color: rgb(81,95,136); }

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

<style>
 a { background-color: #515F88; }

 a { background-color: rgb(81,95,136); }

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

<style>
 span { border-color: #515F88; }

 span { border-color: rgb(81,95,136); }

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