Html Css Color HEX #546782 Kashmir Blue

📋 copy color: '#546782'

red 84 ◦ green 103 ◦ blue 130

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

Shades of Kashmir Blue #546782

Tints of Kashmir Blue #546782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 26.5%
G = 32.49%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546782 (or 0x546782) is known color: Kashmir Blue. HEX triplet: 54, 67 and 82. RGB value is (84,103,130). Sum of RGB (Red+Green+Blue) = 84+103+130=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #546782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546782 is #AB987D. Grayscale: #646464. Windows color (decimal): -11245694 or 8546132. OLE color: 8546132.

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

Color convert

RGB 84 103 130 -
CMYK 0.35 0.21 0 0.49
HSL 215.22º 0.21% 0.42% -
HSV(B) 215.22º 0.35% 0.51% -
XYZ 12.54 13.2 23.01 -
YUV 100.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 84 103 130 0.35 0.21 0 0.49 215.22 0.21 0.42
Hex 54 67 82 23 15 0 31 D7 15 2A
Octal 124 147 202 43 25 0 61 327 25 52
Binary 1010100 1100111 10000010 100011 10101 0 110001 11010111 10101 101010

Color Harmonies of #546782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546782

Black with #546782

Text Example


Text Example

White with #546782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546782; }

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

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

background-color css

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

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

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

border-color css

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

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

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