Html Css Color HEX #546795 Waikawa Grey

📋 copy color: '#546795'

red 84 ◦ green 103 ◦ blue 149

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

Shades of Waikawa Grey #546795

Tints of Waikawa Grey #546795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 25%
G = 30.65%
B = 44.35%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546795 (or 0x546795) is known color: Waikawa Grey. HEX triplet: 54, 67 and 95. RGB value is (84,103,149). Sum of RGB (Red+Green+Blue) = 84+103+149=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #546795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546795 is #AB986A. Grayscale: #666666. Windows color (decimal): -11245675 or 9791316. OLE color: 9791316.

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

Color convert

RGB 84 103 149 -
CMYK 0.44 0.31 0 0.42
HSL 222.46º 0.28% 0.46% -
HSV(B) 222.46º 0.44% 0.58% -
XYZ 13.93 13.76 30.35 -
YUV 102.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 84 103 149 0.44 0.31 0 0.42 222.46 0.28 0.46
Hex 54 67 95 2C 1F 0 2A DE 1C 2E
Octal 124 147 225 54 37 0 52 336 34 56
Binary 1010100 1100111 10010101 101100 11111 0 101010 11011110 11100 101110

Color Harmonies of #546795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546795

Black with #546795

Text Example


Text Example

White with #546795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546795; }

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

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

background-color css

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

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

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

border-color css

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

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

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