#5E769B

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

Shades of Waikawa Grey #5E769B

Tints of Waikawa Grey #5E769B

Color information

#5E769B (or 0x5E769B) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 76 and 9B. RGB value is (94,118,155). Sum of RGB (Red+Green+Blue) = 94+118+155=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E769B is #A18964. Grayscale: #727272. Windows color (decimal): -10586469 or 10188382. OLE color: 10188382.

HSL color Cylindrical-coordinate representation of color #5E769B: hue angle of 216.39º 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 #5E769B is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94118155-
CMYK0.390.2400.39
HSL216.39º24.5%48.82%-
HSV(B)216.39º39.35%60.78%-
XYZ17.0117.733.53-
YUV115.04150.55112.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=25.61%
G=32.15%
B=42.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941181550.390.2400.39216.3924.548.82
Hex5E769B2718027d81831
Octal13616623347300473303061
Binary10111101110110100110111001111100001001111101100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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