#58688D

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

Shades of Waikawa Grey #58688D

Tints of Waikawa Grey #58688D

Color information

#58688D (or 0x58688D) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 8D. RGB value is (88,104,141). Sum of RGB (Red+Green+Blue) = 88+104+141=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #58688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58688D is #A79772. Grayscale: #676767. Windows color (decimal): -10983283 or 9267288. OLE color: 9267288.

HSL color Cylindrical-coordinate representation of color #58688D: hue angle of 221.89º 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 #58688D is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88104141-
CMYK0.380.2600.45
HSL221.89º23.14%44.9%-
HSV(B)221.89º37.59%55.29%-
XYZ13.7813.927.16-
YUV103.43149.2116.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=26.43%
G=31.23%
B=42.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881041410.380.2600.45221.8923.1444.9
Hex58688D261A02Dde172d
Octal13015021546320553362755
Binary10110001101000100011011001101101001011011101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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