Html Css Color HEX #546589 Kashmir Blue

📋 copy color: '#546589'

red 84 ◦ green 101 ◦ blue 137

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

Shades of Kashmir Blue #546589

Tints of Kashmir Blue #546589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 26.09%
G = 31.37%
B = 42.55%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#546589 (or 0x546589) is known color: Kashmir Blue. HEX triplet: 54, 65 and 89. RGB value is (84,101,137). Sum of RGB (Red+Green+Blue) = 84+101+137=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #546589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546589 is #AB9A76. Grayscale: #636363. Windows color (decimal): -11246199 or 9004372. OLE color: 9004372.

HSL color Cylindrical-coordinate representation of color #546589: hue angle of 220.75º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #546589 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 101 137 -
CMYK 0.39 0.26 0 0.46
HSL 220.75º 0.24% 0.43% -
HSV(B) 220.75º 0.39% 0.54% -
XYZ 12.83 13 25.5 -
YUV 100.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 84 101 137 0.39 0.26 0 0.46 220.75 0.24 0.43
Hex 54 65 89 27 1A 0 2E DD 18 2B
Octal 124 145 211 47 32 0 56 335 30 53
Binary 1010100 1100101 10001001 100111 11010 0 101110 11011101 11000 101011

Color Harmonies of #546589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546589

Black with #546589

Text Example


Text Example

White with #546589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546589; }

 p { color: rgb(84,101,137); }

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

background-color css

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

 a { background-color: rgb(84,101,137); }

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

border-color css

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

 span { border-color: rgb(84,101,137); }

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