Html Css Color HEX #58768A Wedgewood

📋 copy color: '#58768A'

red 88 ◦ green 118 ◦ blue 138

#58768A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #58768A

Tints of Wedgewood #58768A

RGB

 RED value IS 88 (34.77% from 255) = 25.58%

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 25.58%
G = 34.3%
B = 40.12%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58768A (or 0x58768A) is known color: Wedgewood. HEX triplet: 58, 76 and 8A. RGB value is (88,118,138). Sum of RGB (Red+Green+Blue) = 88+118+138=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #58768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768A is #A78975. Grayscale: #6F6F6F. Windows color (decimal): -10979702 or 9074264. OLE color: 9074264.

HSL color Cylindrical-coordinate representation of color #58768A: hue angle of 204º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58768A is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 118 138 -
CMYK 0.36 0.14 0 0.46
HSL 204º 0.22% 0.44% -
HSV(B) 204º 0.36% 0.54% -
XYZ 15.09 16.87 26.5 -
YUV 111.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 88 118 138 0.36 0.14 0 0.46 204 0.22 0.44
Hex 58 76 8A 24 E 0 2E CC 16 2C
Octal 130 166 212 44 16 0 56 314 26 54
Binary 1011000 1110110 10001010 100100 1110 0 101110 11001100 10110 101100

Color Harmonies of #58768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58768A

Black with #58768A

Text Example


Text Example

White with #58768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58768A;
 }
 .AnyTagClassName
 {
   color: #58768A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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