#58689C

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

Shades of Waikawa Grey #58689C

Tints of Waikawa Grey #58689C

Color information

#58689C (or 0x58689C) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 9C. RGB value is (88,104,156). Sum of RGB (Red+Green+Blue) = 88+104+156=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #58689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58689C is #A79763. Grayscale: #686868. Windows color (decimal): -10983268 or 10250328. OLE color: 10250328.

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

Color convert

RGB88104156-
CMYK0.440.3300.39
HSL225.88º27.87%47.84%-
HSV(B)225.88º43.59%61.18%-
XYZ14.9814.3833.44-
YUV105.14156.7115.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 156 (61.33% from 255) = 44.83%
R=25.29%
G=29.89%
B=44.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881041560.440.3300.39225.8827.8747.84
Hex58689C2C21027e21c30
Octal13015023454410473423460
Binary101100011010001001110010110010000101001111110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58689C; }

 p { color: rgb(88,104,156); }

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

<style>
 a { background-color: #58689C; }

 a { background-color: rgb(88,104,156); }

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

<style>
 span { border-color: #58689C; }

 span { border-color: rgb(88,104,156); }

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