Html Css Color HEX #58858C Half Baked

📋 copy color: '#58858C'

red 88 ◦ green 133 ◦ blue 140

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

Shades of Half Baked #58858C

Tints of Half Baked #58858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 24.38%
G = 36.84%
B = 38.78%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58858C (or 0x58858C) is known color: Half Baked. HEX triplet: 58, 85 and 8C. RGB value is (88,133,140). Sum of RGB (Red+Green+Blue) = 88+133+140=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #58858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58858C is #A77A73. Grayscale: #787878. Windows color (decimal): -10975860 or 9209176. OLE color: 9209176.

HSL color Cylindrical-coordinate representation of color #58858C: hue angle of 188.08º degrees, saturation: 0.23, 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 #58858C is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 133 140 -
CMYK 0.37 0.05 0 0.45
HSL 188.08º 0.23% 0.45% -
HSV(B) 188.08º 0.37% 0.55% -
XYZ 17.15 20.74 27.91 -
YUV 120.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 88 133 140 0.37 0.05 0 0.45 188.08 0.23 0.45
Hex 58 85 8C 25 5 0 2D BC 17 2D
Octal 130 205 214 45 5 0 55 274 27 55
Binary 1011000 10000101 10001100 100101 101 0 101101 10111100 10111 101101

Color Harmonies of #58858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58858C

Black with #58858C

Text Example


Text Example

White with #58858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58858C; }

 p { color: rgb(88,133,140); }

 H1.HeaderClassName
 {
   color: #58858C;
 }
 .AnyTagClassName
 {
   color: #58858C;
 }
</style>

background-color css

<style>
 a { background-color: #58858C; }

 a { background-color: rgb(88,133,140); }

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

border-color css

<style>
 span { border-color: #58858C; }

 span { border-color: rgb(88,133,140); }

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