Html Css Color HEX #546084 Kashmir Blue

📋 copy color: '#546084'

red 84 ◦ green 96 ◦ blue 132

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

Shades of Kashmir Blue #546084

Tints of Kashmir Blue #546084

RGB

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

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

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

R = 26.92%
G = 30.77%
B = 42.31%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546084 (or 0x546084) is known color: Kashmir Blue. HEX triplet: 54, 60 and 84. RGB value is (84,96,132). Sum of RGB (Red+Green+Blue) = 84+96+132=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #546084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546084 is #AB9F7B. Grayscale: #606060. Windows color (decimal): -11247484 or 8675412. OLE color: 8675412.

HSL color Cylindrical-coordinate representation of color #546084: hue angle of 225º 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 #546084 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 96 132 -
CMYK 0.36 0.27 0 0.48
HSL 225º 0.22% 0.42% -
HSV(B) 225º 0.36% 0.52% -
XYZ 12 11.92 23.5 -
YUV 96.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 84 96 132 0.36 0.27 0 0.48 225 0.22 0.42
Hex 54 60 84 24 1B 0 30 E1 16 2A
Octal 124 140 204 44 33 0 60 341 26 52
Binary 1010100 1100000 10000100 100100 11011 0 110000 11100001 10110 101010

Color Harmonies of #546084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546084

Black with #546084

Text Example


Text Example

White with #546084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546084; }

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

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

background-color css

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

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

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

border-color css

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

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

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