#546085

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

Shades of Kashmir Blue #546085

Tints of Kashmir Blue #546085

Color information

#546085 (or 0x546085) is unknown color: approx Kashmir Blue. HEX triplet: 54, 60 and 85. RGB value is (84,96,133). Sum of RGB (Red+Green+Blue) = 84+96+133=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #546085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546085 is #AB9F7A. Grayscale: #606060. Windows color (decimal): -11247483 or 8740948. OLE color: 8740948.

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

Color convert

RGB8496133-
CMYK0.370.2800.48
HSL225.31º22.58%42.55%-
HSV(B)225.31º36.84%52.16%-
XYZ12.0711.9423.86-
YUV96.63148.52118.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=26.84%
G=30.67%
B=42.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84961330.370.2800.48225.3122.5842.55
Hex546085251C030e1172b
Octal12414020545340603412753
Binary10101001100000100001011001011110001100001110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546085; }

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

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

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

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

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

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

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

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