#545E87

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

Shades of Waikawa Grey #545E87

Tints of Waikawa Grey #545E87

Color information

#545E87 (or 0x545E87) is unknown color: approx Waikawa Grey. HEX triplet: 54, 5E and 87. RGB value is (84,94,135). Sum of RGB (Red+Green+Blue) = 84+94+135=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #545E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E87 is #ABA178. Grayscale: #5F5F5F. Windows color (decimal): -11247993 or 8871508. OLE color: 8871508.

HSL color Cylindrical-coordinate representation of color #545E87: hue angle of 228.24º degrees, saturation: 0.23, 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 #545E87 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8494135-
CMYK0.380.3000.47
HSL228.24º23.29%42.94%-
HSV(B)228.24º37.78%52.94%-
XYZ12.0311.6424.53-
YUV95.68150.19119.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=26.84%
G=30.03%
B=43.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84941350.380.3000.47228.2423.2942.94
Hex545E87261E02Fe4172b
Octal12413620746360573442753
Binary10101001011110100001111001101111001011111110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545E87; }

 p { color: rgb(84,94,135); }

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

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

 a { background-color: rgb(84,94,135); }

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

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

 span { border-color: rgb(84,94,135); }

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