Html Css Color HEX #546087 Kashmir Blue

📋 copy color: '#546087'

red 84 ◦ green 96 ◦ blue 135

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

Shades of Kashmir Blue #546087

Tints of Kashmir Blue #546087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 26.67%
G = 30.48%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546087 (or 0x546087) is known color: Kashmir Blue. HEX triplet: 54, 60 and 87. RGB value is (84,96,135). Sum of RGB (Red+Green+Blue) = 84+96+135=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #546087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546087 is #AB9F78. Grayscale: #606060. Windows color (decimal): -11247481 or 8872020. OLE color: 8872020.

HSL color Cylindrical-coordinate representation of color #546087: hue angle of 225.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #546087 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 96 135 -
CMYK 0.38 0.29 0 0.47
HSL 225.88º 0.23% 0.43% -
HSV(B) 225.88º 0.38% 0.53% -
XYZ 12.21 12 24.59 -
YUV 96.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 84 96 135 0.38 0.29 0 0.47 225.88 0.23 0.43
Hex 54 60 87 26 1D 0 2F E2 17 2B
Octal 124 140 207 46 35 0 57 342 27 53
Binary 1010100 1100000 10000111 100110 11101 0 101111 11100010 10111 101011

Color Harmonies of #546087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546087

Black with #546087

Text Example


Text Example

White with #546087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546087; }

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

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

background-color css

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

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

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

border-color css

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

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

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