#58768C

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

Shades of Wedgewood #58768C

Tints of Wedgewood #58768C

Color information

#58768C (or 0x58768C) is unknown color: approx Wedgewood. HEX triplet: 58, 76 and 8C. RGB value is (88,118,140). Sum of RGB (Red+Green+Blue) = 88+118+140=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #58768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768C is #A78973. Grayscale: #6F6F6F. Windows color (decimal): -10979700 or 9205336. OLE color: 9205336.

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

Color convert

RGB88118140-
CMYK0.370.1600.45
HSL205.38º22.81%44.71%-
HSV(B)205.38º37.14%54.9%-
XYZ15.2416.9327.27-
YUV111.54144.06111.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=25.43%
G=34.10%
B=40.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881181400.370.1600.45205.3822.8144.71
Hex58768C251002Dcd172d
Octal13016621445200553152755
Binary10110001110110100011001001011000001011011100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,118,140); }

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

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

 a { background-color: rgb(88,118,140); }

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

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

 span { border-color: rgb(88,118,140); }

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