Html Css Color HEX #546796 Waikawa Grey

📋 copy color: '#546796'

red 84 ◦ green 103 ◦ blue 150

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

Shades of Waikawa Grey #546796

Tints of Waikawa Grey #546796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 24.93%
G = 30.56%
B = 44.51%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#546796 (or 0x546796) is known color: Waikawa Grey. HEX triplet: 54, 67 and 96. RGB value is (84,103,150). Sum of RGB (Red+Green+Blue) = 84+103+150=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #546796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546796 is #AB9869. Grayscale: #666666. Windows color (decimal): -11245674 or 9856852. OLE color: 9856852.

HSL color Cylindrical-coordinate representation of color #546796: hue angle of 222.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546796 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 103 150 -
CMYK 0.44 0.31 0 0.41
HSL 222.73º 0.28% 0.46% -
HSV(B) 222.73º 0.44% 0.59% -
XYZ 14.01 13.79 30.78 -
YUV 102.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 84 103 150 0.44 0.31 0 0.41 222.73 0.28 0.46
Hex 54 67 96 2C 1F 0 29 DF 1C 2E
Octal 124 147 226 54 37 0 51 337 34 56
Binary 1010100 1100111 10010110 101100 11111 0 101001 11011111 11100 101110

Color Harmonies of #546796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546796

Black with #546796

Text Example


Text Example

White with #546796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546796; }

 p { color: rgb(84,103,150); }

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

background-color css

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

 a { background-color: rgb(84,103,150); }

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

border-color css

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

 span { border-color: rgb(84,103,150); }

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