#5E789B

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

Shades of Waikawa Grey #5E789B

Tints of Waikawa Grey #5E789B

Color information

#5E789B (or 0x5E789B) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 78 and 9B. RGB value is (94,120,155). Sum of RGB (Red+Green+Blue) = 94+120+155=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E789B is #A18764. Grayscale: #747474. Windows color (decimal): -10585957 or 10188894. OLE color: 10188894.

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

Color convert

RGB94120155-
CMYK0.390.2300.39
HSL214.43º24.5%48.82%-
HSV(B)214.43º39.35%60.78%-
XYZ17.2518.1833.61-
YUV116.22149.89112.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=25.47%
G=32.52%
B=42.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941201550.390.2300.39214.4324.548.82
Hex5E789B2717027d61831
Octal13617023347270473263061
Binary10111101111000100110111001111011101001111101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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