Html Css Color HEX #546086 Kashmir Blue

📋 copy color: '#546086'

red 84 ◦ green 96 ◦ blue 134

#546086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #546086

Tints of Kashmir Blue #546086

RGB

 RED value IS 84 (33.2% from 255) = 26.75%

 GREEN value IS 96 (37.89% from 255) = 30.57%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 26.75%
G = 30.57%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546086 (or 0x546086) is known color: Kashmir Blue. HEX triplet: 54, 60 and 86. RGB value is (84,96,134). Sum of RGB (Red+Green+Blue) = 84+96+134=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #546086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546086 is #AB9F79. Grayscale: #606060. Windows color (decimal): -11247482 or 8806484. OLE color: 8806484.

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

Color convert

RGB 84 96 134 -
CMYK 0.37 0.28 0 0.47
HSL 225.6º 0.23% 0.43% -
HSV(B) 225.6º 0.37% 0.53% -
XYZ 12.14 11.97 24.23 -
YUV 96.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 84 96 134 0.37 0.28 0 0.47 225.6 0.23 0.43
Hex 54 60 86 25 1C 0 2F E2 17 2B
Octal 124 140 206 45 34 0 57 342 27 53
Binary 1010100 1100000 10000110 100101 11100 0 101111 11100010 10111 101011

Color Harmonies of #546086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546086

Black with #546086

Text Example


Text Example

White with #546086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546086; }

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

 H1.HeaderClassName
 {
   color: #546086;
 }
 .AnyTagClassName
 {
   color: #546086;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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