#545F87

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

Shades of Kashmir Blue #545F87

Tints of Kashmir Blue #545F87

Color information

#545F87 (or 0x545F87) is unknown color: approx Kashmir Blue. HEX triplet: 54, 5F and 87. RGB value is (84,95,135). Sum of RGB (Red+Green+Blue) = 84+95+135=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #545F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545F87 is #ABA078. Grayscale: #606060. Windows color (decimal): -11247737 or 8871764. OLE color: 8871764.

HSL color Cylindrical-coordinate representation of color #545F87: hue angle of 227.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545F87 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8495135-
CMYK0.380.3000.47
HSL227.06º23.29%42.94%-
HSV(B)227.06º37.78%52.94%-
XYZ12.1211.8224.56-
YUV96.27149.86119.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=26.75%
G=30.25%
B=42.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84951350.380.3000.47227.0623.2942.94
Hex545F87261E02Fe3172b
Octal12413720746360573432753
Binary10101001011111100001111001101111001011111110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545F87; }

 p { color: rgb(84,95,135); }

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

<style>
 a { background-color: #545F87; }

 a { background-color: rgb(84,95,135); }

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

<style>
 span { border-color: #545F87; }

 span { border-color: rgb(84,95,135); }

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