#5D7594

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

Shades of Waikawa Grey #5D7594

Tints of Waikawa Grey #5D7594

Color information

#5D7594 (or 0x5D7594) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 75 and 94. RGB value is (93,117,148). Sum of RGB (Red+Green+Blue) = 93+117+148=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D7594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7594 is #A28A6B. Grayscale: #717171. Windows color (decimal): -10652268 or 9729373. OLE color: 9729373.

HSL color Cylindrical-coordinate representation of color #5D7594: hue angle of 213.82º 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 #5D7594 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93117148-
CMYK0.370.2100.42
HSL213.82º22.82%47.25%-
HSV(B)213.82º37.16%58.04%-
XYZ16.2217.1930.48-
YUV113.36147.55113.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=25.98%
G=32.68%
B=41.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931171480.370.2100.42213.8222.8247.25
Hex5D7594251502Ad6172f
Octal13516522445250523262757
Binary10111011110101100101001001011010101010101101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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