Html Css Color HEX #546688 Kashmir Blue

📋 copy color: '#546688'

red 84 ◦ green 102 ◦ blue 136

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

Shades of Kashmir Blue #546688

Tints of Kashmir Blue #546688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 26.09%
G = 31.68%
B = 42.24%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546688 (or 0x546688) is known color: Kashmir Blue. HEX triplet: 54, 66 and 88. RGB value is (84,102,136). Sum of RGB (Red+Green+Blue) = 84+102+136=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #546688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546688 is #AB9977. Grayscale: #646464. Windows color (decimal): -11245944 or 8939092. OLE color: 8939092.

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

Color convert

RGB 84 102 136 -
CMYK 0.38 0.25 0 0.47
HSL 219.23º 0.24% 0.43% -
HSV(B) 219.23º 0.38% 0.53% -
XYZ 12.85 13.17 25.16 -
YUV 100.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 84 102 136 0.38 0.25 0 0.47 219.23 0.24 0.43
Hex 54 66 88 26 19 0 2F DB 18 2B
Octal 124 146 210 46 31 0 57 333 30 53
Binary 1010100 1100110 10001000 100110 11001 0 101111 11011011 11000 101011

Color Harmonies of #546688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546688

Black with #546688

Text Example


Text Example

White with #546688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546688; }

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

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

background-color css

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

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

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

border-color css

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

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

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