Html Css Color HEX #58758B Wedgewood

📋 copy color: '#58758B'

red 88 ◦ green 117 ◦ blue 139

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

Shades of Wedgewood #58758B

Tints of Wedgewood #58758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 25.58%
G = 34.01%
B = 40.41%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58758B (or 0x58758B) is known color: Wedgewood. HEX triplet: 58, 75 and 8B. RGB value is (88,117,139). Sum of RGB (Red+Green+Blue) = 88+117+139=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #58758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58758B is #A78A74. Grayscale: #6E6E6E. Windows color (decimal): -10979957 or 9139544. OLE color: 9139544.

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

Color convert

RGB 88 117 139 -
CMYK 0.37 0.16 0 0.45
HSL 205.88º 0.22% 0.45% -
HSV(B) 205.88º 0.37% 0.55% -
XYZ 15.05 16.66 26.85 -
YUV 110.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 88 117 139 0.37 0.16 0 0.45 205.88 0.22 0.45
Hex 58 75 8B 25 10 0 2D CE 16 2D
Octal 130 165 213 45 20 0 55 316 26 55
Binary 1011000 1110101 10001011 100101 10000 0 101101 11001110 10110 101101

Color Harmonies of #58758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58758B

Black with #58758B

Text Example


Text Example

White with #58758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58758B;
 }
 .AnyTagClassName
 {
   color: #58758B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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