#58778D

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

Shades of Wedgewood #58778D

Tints of Wedgewood #58778D

Color information

#58778D (or 0x58778D) is unknown color: approx Wedgewood. HEX triplet: 58, 77 and 8D. RGB value is (88,119,141). Sum of RGB (Red+Green+Blue) = 88+119+141=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #58778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58778D is #A78872. Grayscale: #707070. Windows color (decimal): -10979443 or 9271128. OLE color: 9271128.

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

Color convert

RGB88119141-
CMYK0.380.1600.45
HSL204.91º23.14%44.9%-
HSV(B)204.91º37.59%55.29%-
XYZ15.4317.1927.7-
YUV112.24144.23110.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=25.29%
G=34.20%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881191410.380.1600.45204.9123.1444.9
Hex58778D261002Dcd172d
Octal13016721546200553152755
Binary10110001110111100011011001101000001011011100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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