#5E769D

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

Shades of Waikawa Grey #5E769D

Tints of Waikawa Grey #5E769D

Color information

#5E769D (or 0x5E769D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 76 and 9D. RGB value is (94,118,157). Sum of RGB (Red+Green+Blue) = 94+118+157=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E769D is #A18962. Grayscale: #737373. Windows color (decimal): -10586467 or 10319454. OLE color: 10319454.

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

Color convert

RGB94118157-
CMYK0.400.2500.38
HSL217.14º25.1%49.22%-
HSV(B)217.14º40.13%61.57%-
XYZ17.1817.7734.42-
YUV115.27151.55112.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=25.47%
G=31.98%
B=42.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941181570.400.2500.38217.1425.149.22
Hex5E769D2819026d91931
Octal13616623550310463313161
Binary10111101110110100111011010001100101001101101100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,157); }

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

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

 a { background-color: rgb(94,118,157); }

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

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

 span { border-color: rgb(94,118,157); }

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