#546C88

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

Shades of Kashmir Blue #546C88

Tints of Kashmir Blue #546C88

Color information

#546C88 (or 0x546C88) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6C and 88. RGB value is (84,108,136). Sum of RGB (Red+Green+Blue) = 84+108+136=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #546C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C88 is #AB9377. Grayscale: #676767. Windows color (decimal): -11244408 or 8940628. OLE color: 8940628.

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

Color convert

RGB84108136-
CMYK0.380.2100.47
HSL212.31º23.64%43.14%-
HSV(B)212.31º38.24%53.33%-
XYZ13.4614.3925.36-
YUV104.02146.05113.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=25.61%
G=32.93%
B=41.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841081360.380.2100.47212.3123.6443.14
Hex546C88261502Fd4182b
Octal12415421046250573243053
Binary10101001101100100010001001101010101011111101010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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