Html Css Color HEX #546784 Kashmir Blue

📋 copy color: '#546784'

red 84 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #546784

Tints of Kashmir Blue #546784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 26.33%
G = 32.29%
B = 41.38%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546784 (or 0x546784) is known color: Kashmir Blue. HEX triplet: 54, 67 and 84. RGB value is (84,103,132). Sum of RGB (Red+Green+Blue) = 84+103+132=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #546784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546784 is #AB987B. Grayscale: #646464. Windows color (decimal): -11245692 or 8677204. OLE color: 8677204.

HSL color Cylindrical-coordinate representation of color #546784: hue angle of 216.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546784 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 103 132 -
CMYK 0.36 0.22 0 0.48
HSL 216.25º 0.22% 0.42% -
HSV(B) 216.25º 0.36% 0.52% -
XYZ 12.67 13.25 23.72 -
YUV 100.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 84 103 132 0.36 0.22 0 0.48 216.25 0.22 0.42
Hex 54 67 84 24 16 0 30 D8 16 2A
Octal 124 147 204 44 26 0 60 330 26 52
Binary 1010100 1100111 10000100 100100 10110 0 110000 11011000 10110 101010

Color Harmonies of #546784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546784

Black with #546784

Text Example


Text Example

White with #546784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546784; }

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

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

background-color css

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

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

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

border-color css

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

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

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