#546985

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

Shades of Kashmir Blue #546985

Tints of Kashmir Blue #546985

Color information

#546985 (or 0x546985) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 85. RGB value is (84,105,133). Sum of RGB (Red+Green+Blue) = 84+105+133=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #546985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546985 is #AB967A. Grayscale: #656565. Windows color (decimal): -11245179 or 8743252. OLE color: 8743252.

HSL color Cylindrical-coordinate representation of color #546985: hue angle of 214.29º 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 #546985 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84105133-
CMYK0.370.2100.48
HSL214.29º22.58%42.55%-
HSV(B)214.29º36.84%52.16%-
XYZ12.9413.6824.15-
YUV101.91145.54115.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=26.09%
G=32.61%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841051330.370.2100.48214.2922.5842.55
Hex5469852515030d6172b
Octal12415120545250603262753
Binary10101001101001100001011001011010101100001101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546985; }

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

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

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

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

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

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

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

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