#546B88

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

Shades of Kashmir Blue #546B88

Tints of Kashmir Blue #546B88

Color information

#546B88 (or 0x546B88) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6B and 88. RGB value is (84,107,136). Sum of RGB (Red+Green+Blue) = 84+107+136=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #546B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B88 is #AB9477. Grayscale: #676767. Windows color (decimal): -11244664 or 8940372. OLE color: 8940372.

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

Color convert

RGB84107136-
CMYK0.380.2100.47
HSL213.46º23.64%43.14%-
HSV(B)213.46º38.24%53.33%-
XYZ13.3614.1825.33-
YUV103.43146.38114.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=25.69%
G=32.72%
B=41.59%

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
Decimal841071360.380.2100.47213.4623.6443.14
Hex546B88261502Fd5182b
Octal12415321046250573253053
Binary10101001101011100010001001101010101011111101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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