Html Css Color HEX #546885 Kashmir Blue

📋 copy color: '#546885'

red 84 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #546885

Tints of Kashmir Blue #546885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 26.17%
G = 32.4%
B = 41.43%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546885 (or 0x546885) is known color: Kashmir Blue. HEX triplet: 54, 68 and 85. RGB value is (84,104,133). Sum of RGB (Red+Green+Blue) = 84+104+133=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #546885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546885 is #AB977A. Grayscale: #656565. Windows color (decimal): -11245435 or 8742996. OLE color: 8742996.

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

Color convert

RGB 84 104 133 -
CMYK 0.37 0.22 0 0.48
HSL 215.51º 0.23% 0.43% -
HSV(B) 215.51º 0.37% 0.52% -
XYZ 12.84 13.48 24.12 -
YUV 101.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 84 104 133 0.37 0.22 0 0.48 215.51 0.23 0.43
Hex 54 68 85 25 16 0 30 D8 17 2B
Octal 124 150 205 45 26 0 60 330 27 53
Binary 1010100 1101000 10000101 100101 10110 0 110000 11011000 10111 101011

Color Harmonies of #546885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546885

Black with #546885

Text Example


Text Example

White with #546885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546885; }

 p { color: rgb(84,104,133); }

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

background-color css

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

 a { background-color: rgb(84,104,133); }

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

border-color css

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

 span { border-color: rgb(84,104,133); }

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