Html Css Color HEX #58949D Half Baked

📋 copy color: '#58949D'

red 88 ◦ green 148 ◦ blue 157

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

Shades of Half Baked #58949D

Tints of Half Baked #58949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 22.39%
G = 37.66%
B = 39.95%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58949D (or 0x58949D) is known color: Half Baked. HEX triplet: 58, 94 and 9D. RGB value is (88,148,157). Sum of RGB (Red+Green+Blue) = 88+148+157=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #58949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58949D is #A76B62. Grayscale: #828282. Windows color (decimal): -10972003 or 10327128. OLE color: 10327128.

HSL color Cylindrical-coordinate representation of color #58949D: hue angle of 187.83º 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 #58949D is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 148 157 -
CMYK 0.44 0.06 0 0.38
HSL 187.83º 0.28% 0.48% -
HSV(B) 187.83º 0.44% 0.62% -
XYZ 20.7 25.69 35.77 -
YUV 131.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 88 148 157 0.44 0.06 0 0.38 187.83 0.28 0.48
Hex 58 94 9D 2C 6 0 26 BC 1C 30
Octal 130 224 235 54 6 0 46 274 34 60
Binary 1011000 10010100 10011101 101100 110 0 100110 10111100 11100 110000

Color Harmonies of #58949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58949D

Black with #58949D

Text Example


Text Example

White with #58949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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