#58779A

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

Shades of Waikawa Grey #58779A

Tints of Waikawa Grey #58779A

Color information

#58779A (or 0x58779A) is unknown color: approx Waikawa Grey. HEX triplet: 58, 77 and 9A. RGB value is (88,119,154). Sum of RGB (Red+Green+Blue) = 88+119+154=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #58779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58779A is #A78865. Grayscale: #717171. Windows color (decimal): -10979430 or 10123096. OLE color: 10123096.

HSL color Cylindrical-coordinate representation of color #58779A: hue angle of 211.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58779A is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88119154-
CMYK0.430.2300.40
HSL211.82º27.27%47.45%-
HSV(B)211.82º42.86%60.39%-
XYZ16.4517.633.1-
YUV113.72150.73109.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=24.38%
G=32.96%
B=42.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881191540.430.2300.40211.8227.2747.45
Hex58779A2B17028d41b2f
Octal13016723253270503243357
Binary10110001110111100110101010111011101010001101010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58779A; }

 p { color: rgb(88,119,154); }

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

<style>
 a { background-color: #58779A; }

 a { background-color: rgb(88,119,154); }

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

<style>
 span { border-color: #58779A; }

 span { border-color: rgb(88,119,154); }

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