Html Css Color HEX #546682 Kashmir Blue

📋 copy color: '#546682'

red 84 ◦ green 102 ◦ blue 130

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

Shades of Kashmir Blue #546682

Tints of Kashmir Blue #546682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 26.58%
G = 32.28%
B = 41.14%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546682 (or 0x546682) is known color: Kashmir Blue. HEX triplet: 54, 66 and 82. RGB value is (84,102,130). Sum of RGB (Red+Green+Blue) = 84+102+130=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #546682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546682 is #AB997D. Grayscale: #636363. Windows color (decimal): -11245950 or 8545876. OLE color: 8545876.

HSL color Cylindrical-coordinate representation of color #546682: hue angle of 216.52º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546682 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 102 130 -
CMYK 0.35 0.22 0 0.49
HSL 216.52º 0.21% 0.42% -
HSV(B) 216.52º 0.35% 0.51% -
XYZ 12.44 13 22.97 -
YUV 99.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 84 102 130 0.35 0.22 0 0.49 216.52 0.21 0.42
Hex 54 66 82 23 16 0 31 D9 15 2A
Octal 124 146 202 43 26 0 61 331 25 52
Binary 1010100 1100110 10000010 100011 10110 0 110001 11011001 10101 101010

Color Harmonies of #546682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546682

Black with #546682

Text Example


Text Example

White with #546682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546682; }

 p { color: rgb(84,102,130); }

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

background-color css

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

 a { background-color: rgb(84,102,130); }

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

border-color css

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

 span { border-color: rgb(84,102,130); }

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