Html Css Color HEX #58949F Half Baked

📋 copy color: '#58949F'

red 88 ◦ green 148 ◦ blue 159

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

Shades of Half Baked #58949F

Tints of Half Baked #58949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 22.28%
G = 37.47%
B = 40.25%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58949F (or 0x58949F) is known color: Half Baked. HEX triplet: 58, 94 and 9F. RGB value is (88,148,159). Sum of RGB (Red+Green+Blue) = 88+148+159=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #58949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58949F is #A76B60. Grayscale: #838383. Windows color (decimal): -10972001 or 10458200. OLE color: 10458200.

HSL color Cylindrical-coordinate representation of color #58949F: hue angle of 189.3º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58949F is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 148 159 -
CMYK 0.45 0.07 0 0.38
HSL 189.3º 0.29% 0.48% -
HSV(B) 189.3º 0.45% 0.62% -
XYZ 20.87 25.76 36.67 -
YUV 131.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 88 148 159 0.45 0.07 0 0.38 189.3 0.29 0.48
Hex 58 94 9F 2D 7 0 26 BD 1D 30
Octal 130 224 237 55 7 0 46 275 35 60
Binary 1011000 10010100 10011111 101101 111 0 100110 10111101 11101 110000

Color Harmonies of #58949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58949F

Black with #58949F

Text Example


Text Example

White with #58949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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