#5D7294

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

Shades of Waikawa Grey #5D7294

Tints of Waikawa Grey #5D7294

Color information

#5D7294 (or 0x5D7294) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 72 and 94. RGB value is (93,114,148). Sum of RGB (Red+Green+Blue) = 93+114+148=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D7294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7294 is #A28D6B. Grayscale: #6F6F6F. Windows color (decimal): -10653036 or 9728605. OLE color: 9728605.

HSL color Cylindrical-coordinate representation of color #5D7294: hue angle of 217.09º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D7294 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93114148-
CMYK0.370.2300.42
HSL217.09º22.82%47.25%-
HSV(B)217.09º37.16%58.04%-
XYZ15.8816.530.36-
YUV111.6148.54114.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=26.20%
G=32.11%
B=41.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931141480.370.2300.42217.0922.8247.25
Hex5D7294251702Ad9172f
Octal13516222445270523312757
Binary10111011110010100101001001011011101010101101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7294; }

 p { color: rgb(93,114,148); }

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

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

 a { background-color: rgb(93,114,148); }

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

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

 span { border-color: rgb(93,114,148); }

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