#5E708D

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

Shades of Waikawa Grey #5E708D

Tints of Waikawa Grey #5E708D

Color information

#5E708D (or 0x5E708D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 70 and 8D. RGB value is (94,112,141). Sum of RGB (Red+Green+Blue) = 94+112+141=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E708D is #A18F72. Grayscale: #6D6D6D. Windows color (decimal): -10588019 or 9269342. OLE color: 9269342.

HSL color Cylindrical-coordinate representation of color #5E708D: hue angle of 217.02º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E708D is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB94112141-
CMYK0.330.2100.45
HSL217.02º20%46.08%-
HSV(B)217.02º33.33%55.29%-
XYZ15.2215.8927.46-
YUV109.92145.54116.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=27.09%
G=32.28%
B=40.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941121410.330.2100.45217.022046.08
Hex5E708D211502Dd9142e
Octal13616021541250553312456
Binary10111101110000100011011000011010101011011101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,112,141); }

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

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

 a { background-color: rgb(94,112,141); }

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

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

 span { border-color: rgb(94,112,141); }

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