#546597

Color #546597 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #546597

Tints of Waikawa Grey #546597

Color information

#546597 (or 0x546597) is unknown color: approx Waikawa Grey. HEX triplet: 54, 65 and 97. RGB value is (84,101,151). Sum of RGB (Red+Green+Blue) = 84+101+151=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #546597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546597 is #AB9A68. Grayscale: #656565. Windows color (decimal): -11246185 or 9921876. OLE color: 9921876.

HSL color Cylindrical-coordinate representation of color #546597: hue angle of 224.78º degrees, saturation: 0.29, 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 #546597 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84101151-
CMYK0.440.3300.41
HSL224.78º28.51%46.08%-
HSV(B)224.78º44.37%59.22%-
XYZ13.913.4331.14-
YUV101.62155.87115.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=25%
G=30.06%
B=44.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841011510.440.3300.41224.7828.5146.08
Hex5465972C21029e11d2e
Octal12414522754410513413556
Binary101010011001011001011110110010000101010011110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546597; }

 p { color: rgb(84,101,151); }

 H1.HeaderClassName
 {
   color: #546597;
 }
 .AnyTagClassName
 {
   color: #546597;
 }
</style>
background-color css

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

 a { background-color: rgb(84,101,151); }

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

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

 span { border-color: rgb(84,101,151); }

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