#58678D

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

Shades of Waikawa Grey #58678D

Tints of Waikawa Grey #58678D

Color information

#58678D (or 0x58678D) is unknown color: approx Waikawa Grey. HEX triplet: 58, 67 and 8D. RGB value is (88,103,141). Sum of RGB (Red+Green+Blue) = 88+103+141=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #58678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58678D is #A79872. Grayscale: #666666. Windows color (decimal): -10983539 or 9267032. OLE color: 9267032.

HSL color Cylindrical-coordinate representation of color #58678D: hue angle of 223.02º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58678D is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88103141-
CMYK0.380.2700.45
HSL223.02º23.14%44.9%-
HSV(B)223.02º37.59%55.29%-
XYZ13.6813.727.12-
YUV102.85149.53117.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=26.51%
G=31.02%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881031410.380.2700.45223.0223.1444.9
Hex58678D261B02Ddf172d
Octal13014721546330553372755
Binary10110001100111100011011001101101101011011101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58678D; }

 p { color: rgb(88,103,141); }

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

<style>
 a { background-color: #58678D; }

 a { background-color: rgb(88,103,141); }

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

<style>
 span { border-color: #58678D; }

 span { border-color: rgb(88,103,141); }

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