#546F96

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

Shades of Kashmir Blue #546F96

Tints of Kashmir Blue #546F96

Color information

#546F96 (or 0x546F96) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6F and 96. RGB value is (84,111,150). Sum of RGB (Red+Green+Blue) = 84+111+150=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #546F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F96 is #AB9069. Grayscale: #6B6B6B. Windows color (decimal): -11243626 or 9858900. OLE color: 9858900.

HSL color Cylindrical-coordinate representation of color #546F96: hue angle of 215.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546F96 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84111150-
CMYK0.440.2600.41
HSL215.45º28.21%45.88%-
HSV(B)215.45º44%58.82%-
XYZ14.8515.4631.05-
YUV107.37152.05111.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=24.35%
G=32.17%
B=43.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841111500.440.2600.41215.4528.2145.88
Hex546F962C1A029d71c2e
Octal12415722654320513273456
Binary10101001101111100101101011001101001010011101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546F96; }

 p { color: rgb(84,111,150); }

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

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

 a { background-color: rgb(84,111,150); }

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

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

 span { border-color: rgb(84,111,150); }

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