#546187

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

Shades of Kashmir Blue #546187

Tints of Kashmir Blue #546187

Color information

#546187 (or 0x546187) is unknown color: approx Kashmir Blue. HEX triplet: 54, 61 and 87. RGB value is (84,97,135). Sum of RGB (Red+Green+Blue) = 84+97+135=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #546187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546187 is #AB9E78. Grayscale: #616161. Windows color (decimal): -11247225 or 8872276. OLE color: 8872276.

HSL color Cylindrical-coordinate representation of color #546187: hue angle of 224.71º 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 #546187 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8497135-
CMYK0.380.2800.47
HSL224.71º23.29%42.94%-
HSV(B)224.71º37.78%52.94%-
XYZ12.312.1824.62-
YUV97.44149.19118.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=26.58%
G=30.70%
B=42.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84971350.380.2800.47224.7123.2942.94
Hex546187261C02Fe1172b
Octal12414120746340573412753
Binary10101001100001100001111001101110001011111110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546187; }

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

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

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

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

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

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

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

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