Html Css Color HEX #58959D Half Baked

📋 copy color: '#58959D'

red 88 ◦ green 149 ◦ blue 157

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

Shades of Half Baked #58959D

Tints of Half Baked #58959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 22.34%
G = 37.82%
B = 39.85%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58959D (or 0x58959D) is known color: Half Baked. HEX triplet: 58, 95 and 9D. RGB value is (88,149,157). Sum of RGB (Red+Green+Blue) = 88+149+157=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #58959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58959D is #A76A62. Grayscale: #838383. Windows color (decimal): -10971747 or 10327384. OLE color: 10327384.

HSL color Cylindrical-coordinate representation of color #58959D: hue angle of 186.96º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58959D is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 149 157 -
CMYK 0.44 0.05 0 0.38
HSL 186.96º 0.28% 0.48% -
HSV(B) 186.96º 0.44% 0.62% -
XYZ 20.86 26 35.82 -
YUV 131.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 88 149 157 0.44 0.05 0 0.38 186.96 0.28 0.48
Hex 58 95 9D 2C 5 0 26 BB 1C 30
Octal 130 225 235 54 5 0 46 273 34 60
Binary 1011000 10010101 10011101 101100 101 0 100110 10111011 11100 110000

Color Harmonies of #58959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58959D

Black with #58959D

Text Example


Text Example

White with #58959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58959D; }

 p { color: rgb(88,149,157); }

 H1.HeaderClassName
 {
   color: #58959D;
 }
 .AnyTagClassName
 {
   color: #58959D;
 }
</style>

background-color css

<style>
 a { background-color: #58959D; }

 a { background-color: rgb(88,149,157); }

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

border-color css

<style>
 span { border-color: #58959D; }

 span { border-color: rgb(88,149,157); }

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