#546488

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

Shades of Kashmir Blue #546488

Tints of Kashmir Blue #546488

Color information

#546488 (or 0x546488) is unknown color: approx Kashmir Blue. HEX triplet: 54, 64 and 88. RGB value is (84,100,136). Sum of RGB (Red+Green+Blue) = 84+100+136=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #546488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546488 is #AB9B77. Grayscale: #636363. Windows color (decimal): -11246456 or 8938580. OLE color: 8938580.

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

Color convert

RGB84100136-
CMYK0.380.2600.47
HSL221.54º23.64%43.14%-
HSV(B)221.54º38.24%53.33%-
XYZ12.6612.7825.09-
YUV99.32148.7117.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=26.25%
G=31.25%
B=42.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841001360.380.2600.47221.5423.6443.14
Hex546488261A02Fde182b
Octal12414421046320573363053
Binary10101001100100100010001001101101001011111101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546488; }

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

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

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

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

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

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

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

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