Html Css Color HEX #546E8A Kashmir Blue

📋 copy color: '#546E8A'

red 84 ◦ green 110 ◦ blue 138

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

Shades of Kashmir Blue #546E8A

Tints of Kashmir Blue #546E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 25.3%
G = 33.13%
B = 41.57%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#546E8A (or 0x546E8A) is known color: Kashmir Blue. HEX triplet: 54, 6E and 8A. RGB value is (84,110,138). Sum of RGB (Red+Green+Blue) = 84+110+138=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #546E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E8A is #AB9175. Grayscale: #696969. Windows color (decimal): -11243894 or 9072212. OLE color: 9072212.

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

Color convert

RGB 84 110 138 -
CMYK 0.39 0.20 0 0.46
HSL 211.11º 0.24% 0.44% -
HSV(B) 211.11º 0.39% 0.54% -
XYZ 13.82 14.87 26.19 -
YUV 105.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 84 110 138 0.39 0.20 0 0.46 211.11 0.24 0.44
Hex 54 6E 8A 27 14 0 2E D3 18 2C
Octal 124 156 212 47 24 0 56 323 30 54
Binary 1010100 1101110 10001010 100111 10100 0 101110 11010011 11000 101100

Color Harmonies of #546E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546E8A

Black with #546E8A

Text Example


Text Example

White with #546E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546E8A; }

 p { color: rgb(84,110,138); }

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

background-color css

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

 a { background-color: rgb(84,110,138); }

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

border-color css

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

 span { border-color: rgb(84,110,138); }

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