#546f8f

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

Shades of Kashmir Blue #546F8F

Tints of Kashmir Blue #546F8F

Color information

#546F8F (or 0x546F8F) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6F and 8F. RGB value is (84,111,143). Sum of RGB (Red+Green+Blue) = 84+111+143=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #546F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F8F is #AB9070. Grayscale: #6A6A6A. Windows color (decimal): -11243633 or 9400148. OLE color: 9400148.

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

Color convert

RGB84111143-
CMYK0.410.2200.44
HSL212.54º25.99%44.51%-
HSV(B)212.54º41.26%56.08%-
XYZ14.315.2428.17-
YUV106.57148.55111.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=24.85%
G=32.84%
B=42.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841111430.410.2200.44212.5425.9944.51
Hex546F8F291602Cd51a2d
Octal12415721751260543253255
Binary10101001101111100011111010011011001011001101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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