#546888

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

Shades of Kashmir Blue #546888

Tints of Kashmir Blue #546888

Color information

#546888 (or 0x546888) is unknown color: approx Kashmir Blue. HEX triplet: 54, 68 and 88. RGB value is (84,104,136). Sum of RGB (Red+Green+Blue) = 84+104+136=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #546888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546888 is #AB9777. Grayscale: #656565. Windows color (decimal): -11245432 or 8939604. OLE color: 8939604.

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

Color convert

RGB84104136-
CMYK0.380.2400.47
HSL216.92º23.64%43.14%-
HSV(B)216.92º38.24%53.33%-
XYZ13.0513.5625.22-
YUV101.67147.37115.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=25.93%
G=32.10%
B=41.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841041360.380.2400.47216.9223.6443.14
Hex546888261802Fd9182b
Octal12415021046300573313053
Binary10101001101000100010001001101100001011111101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546888; }

 p { color: rgb(84,104,136); }

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

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

 a { background-color: rgb(84,104,136); }

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

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

 span { border-color: rgb(84,104,136); }

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