#58768B

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

Shades of Wedgewood #58768B

Tints of Wedgewood #58768B

Color information

#58768B (or 0x58768B) is unknown color: approx Wedgewood. HEX triplet: 58, 76 and 8B. RGB value is (88,118,139). Sum of RGB (Red+Green+Blue) = 88+118+139=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #58768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768B is #A78974. Grayscale: #6F6F6F. Windows color (decimal): -10979701 or 9139800. OLE color: 9139800.

HSL color Cylindrical-coordinate representation of color #58768B: hue angle of 204.71º degrees, saturation: 0.22, 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 #58768B is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88118139-
CMYK0.370.1500.45
HSL204.71º22.47%44.51%-
HSV(B)204.71º36.69%54.51%-
XYZ15.1616.926.89-
YUV111.42143.56111.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=25.51%
G=34.20%
B=40.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881181390.370.1500.45204.7122.4744.51
Hex58768B25F02Dcd162d
Octal13016621345170553152655
Binary1011000111011010001011100101111101011011100110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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