#545F89

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

Shades of Waikawa Grey #545F89

Tints of Waikawa Grey #545F89

Color information

#545F89 (or 0x545F89) is unknown color: approx Waikawa Grey. HEX triplet: 54, 5F and 89. RGB value is (84,95,137). Sum of RGB (Red+Green+Blue) = 84+95+137=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #545F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545F89 is #ABA076. Grayscale: #606060. Windows color (decimal): -11247735 or 9002836. OLE color: 9002836.

HSL color Cylindrical-coordinate representation of color #545F89: hue angle of 227.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #545F89 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8495137-
CMYK0.390.3100.46
HSL227.55º23.98%43.33%-
HSV(B)227.55º38.69%53.73%-
XYZ12.2611.8825.31-
YUV96.5150.86119.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=26.58%
G=30.06%
B=43.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84951370.390.3100.46227.5523.9843.33
Hex545F89271F02Ee4182b
Octal12413721147370563443053
Binary10101001011111100010011001111111101011101110010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,95,137); }

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

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

 a { background-color: rgb(84,95,137); }

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

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

 span { border-color: rgb(84,95,137); }

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