Html Css Color HEX #546182 Kashmir Blue

📋 copy color: '#546182'

red 84 ◦ green 97 ◦ blue 130

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

Shades of Kashmir Blue #546182

Tints of Kashmir Blue #546182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 27.01%
G = 31.19%
B = 41.8%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546182 (or 0x546182) is known color: Kashmir Blue. HEX triplet: 54, 61 and 82. RGB value is (84,97,130). Sum of RGB (Red+Green+Blue) = 84+97+130=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #546182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546182 is #AB9E7D. Grayscale: #606060. Windows color (decimal): -11247230 or 8544596. OLE color: 8544596.

HSL color Cylindrical-coordinate representation of color #546182: hue angle of 223.04º 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 #546182 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 97 130 -
CMYK 0.35 0.25 0 0.49
HSL 223.04º 0.21% 0.42% -
HSV(B) 223.04º 0.35% 0.51% -
XYZ 11.96 12.05 22.81 -
YUV 96.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 84 97 130 0.35 0.25 0 0.49 223.04 0.21 0.42
Hex 54 61 82 23 19 0 31 DF 15 2A
Octal 124 141 202 43 31 0 61 337 25 52
Binary 1010100 1100001 10000010 100011 11001 0 110001 11011111 10101 101010

Color Harmonies of #546182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546182

Black with #546182

Text Example


Text Example

White with #546182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546182; }

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

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

background-color css

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

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

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

border-color css

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

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

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