#54608F

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

Shades of Waikawa Grey #54608F

Tints of Waikawa Grey #54608F

Color information

#54608F (or 0x54608F) is unknown color: approx Waikawa Grey. HEX triplet: 54, 60 and 8F. RGB value is (84,96,143). Sum of RGB (Red+Green+Blue) = 84+96+143=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #54608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54608F is #AB9F70. Grayscale: #616161. Windows color (decimal): -11247473 or 9396308. OLE color: 9396308.

HSL color Cylindrical-coordinate representation of color #54608F: hue angle of 227.8º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54608F is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8496143-
CMYK0.410.3300.44
HSL227.8º25.99%44.51%-
HSV(B)227.8º41.26%56.08%-
XYZ12.812.2327.67-
YUV97.77153.52118.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 143 (56.25% from 255) = 44.27%
R=26.01%
G=29.72%
B=44.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84961430.410.3300.44227.825.9944.51
Hex54608F292102Ce41a2d
Octal12414021751410543443255
Binary101010011000001000111110100110000101011001110010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54608F; }

 p { color: rgb(84,96,143); }

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

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

 a { background-color: rgb(84,96,143); }

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

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

 span { border-color: rgb(84,96,143); }

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