#546788

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

Shades of Kashmir Blue #546788

Tints of Kashmir Blue #546788

Color information

#546788 (or 0x546788) is unknown color: approx Kashmir Blue. HEX triplet: 54, 67 and 88. RGB value is (84,103,136). Sum of RGB (Red+Green+Blue) = 84+103+136=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #546788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546788 is #AB9877. Grayscale: #646464. Windows color (decimal): -11245688 or 8939348. OLE color: 8939348.

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

Color convert

RGB84103136-
CMYK0.380.2400.47
HSL218.08º23.64%43.14%-
HSV(B)218.08º38.24%53.33%-
XYZ12.9513.3625.19-
YUV101.08147.71115.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=26.01%
G=31.89%
B=42.11%

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
Decimal841031360.380.2400.47218.0823.6443.14
Hex546788261802Fda182b
Octal12414721046300573323053
Binary10101001100111100010001001101100001011111101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546788; }

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

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

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

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

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

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

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

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