Html Css Color HEX #546188 Kashmir Blue

📋 copy color: '#546188'

red 84 ◦ green 97 ◦ blue 136

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

Shades of Kashmir Blue #546188

Tints of Kashmir Blue #546188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 26.5%
G = 30.6%
B = 42.9%

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

#546188 (or 0x546188) is known color: Kashmir Blue. HEX triplet: 54, 61 and 88. RGB value is (84,97,136). Sum of RGB (Red+Green+Blue) = 84+97+136=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #546188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546188 is #AB9E77. Grayscale: #616161. Windows color (decimal): -11247224 or 8937812. OLE color: 8937812.

HSL color Cylindrical-coordinate representation of color #546188: hue angle of 225º degrees, saturation: 0.24, 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 #546188 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 97 136 -
CMYK 0.38 0.29 0 0.47
HSL 225º 0.24% 0.43% -
HSV(B) 225º 0.38% 0.53% -
XYZ 12.37 12.21 25 -
YUV 97.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 84 97 136 0.38 0.29 0 0.47 225 0.24 0.43
Hex 54 61 88 26 1D 0 2F E1 18 2B
Octal 124 141 210 46 35 0 57 341 30 53
Binary 1010100 1100001 10001000 100110 11101 0 101111 11100001 11000 101011

Color Harmonies of #546188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546188

Black with #546188

Text Example


Text Example

White with #546188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546188; }

 p { color: rgb(84,97,136); }

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

background-color css

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

 a { background-color: rgb(84,97,136); }

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

border-color css

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

 span { border-color: rgb(84,97,136); }

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