#54618D

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

Shades of Waikawa Grey #54618D

Tints of Waikawa Grey #54618D

Color information

#54618D (or 0x54618D) is unknown color: approx Waikawa Grey. HEX triplet: 54, 61 and 8D. RGB value is (84,97,141). Sum of RGB (Red+Green+Blue) = 84+97+141=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #54618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54618D is #AB9E72. Grayscale: #616161. Windows color (decimal): -11247219 or 9265492. OLE color: 9265492.

HSL color Cylindrical-coordinate representation of color #54618D: hue angle of 226.32º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54618D is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8497141-
CMYK0.400.3100.45
HSL226.32º25.33%44.12%-
HSV(B)226.32º40.43%55.29%-
XYZ12.7412.3626.91-
YUV98.13152.19117.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=26.09%
G=30.12%
B=43.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84971410.400.3100.45226.3225.3344.12
Hex54618D281F02De2192c
Octal12414121550370553423154
Binary10101001100001100011011010001111101011011110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54618D; }

 p { color: rgb(84,97,141); }

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

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

 a { background-color: rgb(84,97,141); }

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

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

 span { border-color: rgb(84,97,141); }

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