#58709B

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

Shades of Waikawa Grey #58709B

Tints of Waikawa Grey #58709B

Color information

#58709B (or 0x58709B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 70 and 9B. RGB value is (88,112,155). Sum of RGB (Red+Green+Blue) = 88+112+155=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #58709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58709B is #A78F64. Grayscale: #6D6D6D. Windows color (decimal): -10981221 or 10186840. OLE color: 10186840.

HSL color Cylindrical-coordinate representation of color #58709B: hue angle of 218.51º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58709B is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88112155-
CMYK0.430.2800.39
HSL218.51º27.57%47.65%-
HSV(B)218.51º43.23%60.78%-
XYZ15.7416.0333.28-
YUV109.73153.55112.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=24.79%
G=31.55%
B=43.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881121550.430.2800.39218.5127.5747.65
Hex58709B2B1C027db1c30
Octal13016023353340473333460
Binary10110001110000100110111010111110001001111101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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