#5E789C

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

Shades of Waikawa Grey #5E789C

Tints of Waikawa Grey #5E789C

Color information

#5E789C (or 0x5E789C) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 78 and 9C. RGB value is (94,120,156). Sum of RGB (Red+Green+Blue) = 94+120+156=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E789C is #A18763. Grayscale: #747474. Windows color (decimal): -10585956 or 10254430. OLE color: 10254430.

HSL color Cylindrical-coordinate representation of color #5E789C: hue angle of 214.84º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E789C is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94120156-
CMYK0.400.2300.39
HSL214.84º24.8%49.02%-
HSV(B)214.84º39.74%61.18%-
XYZ17.3318.2134.05-
YUV116.33150.39112.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=25.41%
G=32.43%
B=42.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941201560.400.2300.39214.8424.849.02
Hex5E789C2817027d71931
Octal13617023450270473273161
Binary10111101111000100111001010001011101001111101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,120,156); }

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

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

 a { background-color: rgb(94,120,156); }

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

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

 span { border-color: rgb(94,120,156); }

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