#546C90

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

Shades of Kashmir Blue #546C90

Tints of Kashmir Blue #546C90

Color information

#546C90 (or 0x546C90) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6C and 90. RGB value is (84,108,144). Sum of RGB (Red+Green+Blue) = 84+108+144=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #546C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C90 is #AB936F. Grayscale: #686868. Windows color (decimal): -11244400 or 9464916. OLE color: 9464916.

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

Color convert

RGB84108144-
CMYK0.420.2500.44
HSL216º26.32%44.71%-
HSV(B)216º41.67%56.47%-
XYZ14.0514.6228.47-
YUV104.93150.05113.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=25%
G=32.14%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841081440.420.2500.4421626.3244.71
Hex546C902A1902Cd81a2d
Octal12415422052310543303255
Binary10101001101100100100001010101100101011001101100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,144); }

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

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

 a { background-color: rgb(84,108,144); }

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

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

 span { border-color: rgb(84,108,144); }

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