#546785

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

Shades of Kashmir Blue #546785

Tints of Kashmir Blue #546785

Color information

#546785 (or 0x546785) is unknown color: approx Kashmir Blue. HEX triplet: 54, 67 and 85. RGB value is (84,103,133). Sum of RGB (Red+Green+Blue) = 84+103+133=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #546785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546785 is #AB987A. Grayscale: #646464. Windows color (decimal): -11245691 or 8742740. OLE color: 8742740.

HSL color Cylindrical-coordinate representation of color #546785: hue angle of 216.73º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546785 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84103133-
CMYK0.370.2300.48
HSL216.73º22.58%42.55%-
HSV(B)216.73º36.84%52.16%-
XYZ12.7413.2824.08-
YUV100.74146.21116.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=26.25%
G=32.19%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841031330.370.2300.48216.7322.5842.55
Hex5467852517030d9172b
Octal12414720545270603312753
Binary10101001100111100001011001011011101100001101100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546785; }

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

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

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

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

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

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

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

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