Html Css Color HEX #58748A Wedgewood

📋 copy color: '#58748A'

red 88 ◦ green 116 ◦ blue 138

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

Shades of Wedgewood #58748A

Tints of Wedgewood #58748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 25.73%
G = 33.92%
B = 40.35%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58748A (or 0x58748A) is known color: Wedgewood. HEX triplet: 58, 74 and 8A. RGB value is (88,116,138). Sum of RGB (Red+Green+Blue) = 88+116+138=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #58748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58748A is #A78B75. Grayscale: #6E6E6E. Windows color (decimal): -10980214 or 9073752. OLE color: 9073752.

HSL color Cylindrical-coordinate representation of color #58748A: hue angle of 206.4º 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 #58748A is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 116 138 -
CMYK 0.36 0.16 0 0.46
HSL 206.4º 0.22% 0.44% -
HSV(B) 206.4º 0.36% 0.54% -
XYZ 14.86 16.4 26.43 -
YUV 110.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 88 116 138 0.36 0.16 0 0.46 206.4 0.22 0.44
Hex 58 74 8A 24 10 0 2E CE 16 2C
Octal 130 164 212 44 20 0 56 316 26 54
Binary 1011000 1110100 10001010 100100 10000 0 101110 11001110 10110 101100

Color Harmonies of #58748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58748A

Black with #58748A

Text Example


Text Example

White with #58748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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