#58709A

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

Shades of Waikawa Grey #58709A

Tints of Waikawa Grey #58709A

Color information

#58709A (or 0x58709A) is unknown color: approx Waikawa Grey. HEX triplet: 58, 70 and 9A. RGB value is (88,112,154). Sum of RGB (Red+Green+Blue) = 88+112+154=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #58709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58709A is #A78F65. Grayscale: #6D6D6D. Windows color (decimal): -10981222 or 10121304. OLE color: 10121304.

HSL color Cylindrical-coordinate representation of color #58709A: hue angle of 218.18º 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 #58709A is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88112154-
CMYK0.430.2700.40
HSL218.18º27.27%47.45%-
HSV(B)218.18º42.86%60.39%-
XYZ15.651632.83-
YUV109.61153.05112.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=24.86%
G=31.64%
B=43.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881121540.430.2700.40218.1827.2747.45
Hex58709A2B1B028da1b2f
Octal13016023253330503323357
Binary10110001110000100110101010111101101010001101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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