Html Css Color HEX #55858E Half Baked

📋 copy color: '#55858E'

red 85 ◦ green 133 ◦ blue 142

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

Shades of Half Baked #55858E

Tints of Half Baked #55858E

RGB

 RED value IS 85 (33.59% from 255) = 23.61%

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

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 23.61%
G = 36.94%
B = 39.44%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55858E (or 0x55858E) is known color: Half Baked. HEX triplet: 55, 85 and 8E. RGB value is (85,133,142). Sum of RGB (Red+Green+Blue) = 85+133+142=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #55858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55858E is #AA7A71. Grayscale: #777777. Windows color (decimal): -11172466 or 9340245. OLE color: 9340245.

HSL color Cylindrical-coordinate representation of color #55858E: hue angle of 189.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55858E is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 133 142 -
CMYK 0.40 0.06 0 0.44
HSL 189.47º 0.25% 0.45% -
HSV(B) 189.47º 0.4% 0.56% -
XYZ 17.02 20.66 28.68 -
YUV 119.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 85 133 142 0.40 0.06 0 0.44 189.47 0.25 0.45
Hex 55 85 8E 28 6 0 2C BD 19 2D
Octal 125 205 216 50 6 0 54 275 31 55
Binary 1010101 10000101 10001110 101000 110 0 101100 10111101 11001 101101

Color Harmonies of #55858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55858E

Black with #55858E

Text Example


Text Example

White with #55858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55858E; }

 p { color: rgb(85,133,142); }

 H1.HeaderClassName
 {
   color: #55858E;
 }
 .AnyTagClassName
 {
   color: #55858E;
 }
</style>

background-color css

<style>
 a { background-color: #55858E; }

 a { background-color: rgb(85,133,142); }

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

border-color css

<style>
 span { border-color: #55858E; }

 span { border-color: rgb(85,133,142); }

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