Html Css Color HEX #55848A Half Baked

📋 copy color: '#55848A'

red 85 ◦ green 132 ◦ blue 138

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

Shades of Half Baked #55848A

Tints of Half Baked #55848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 23.94%
G = 37.18%
B = 38.87%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55848A (or 0x55848A) is known color: Half Baked. HEX triplet: 55, 84 and 8A. RGB value is (85,132,138). Sum of RGB (Red+Green+Blue) = 85+132+138=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #55848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55848A is #AA7B75. Grayscale: #767676. Windows color (decimal): -11172726 or 9077845. OLE color: 9077845.

HSL color Cylindrical-coordinate representation of color #55848A: hue angle of 186.79º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55848A is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 132 138 -
CMYK 0.38 0.04 0 0.46
HSL 186.79º 0.24% 0.44% -
HSV(B) 186.79º 0.38% 0.54% -
XYZ 16.59 20.27 27.08 -
YUV 118.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 85 132 138 0.38 0.04 0 0.46 186.79 0.24 0.44
Hex 55 84 8A 26 4 0 2E BB 18 2C
Octal 125 204 212 46 4 0 56 273 30 54
Binary 1010101 10000100 10001010 100110 100 0 101110 10111011 11000 101100

Color Harmonies of #55848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55848A

Black with #55848A

Text Example


Text Example

White with #55848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55848A; }

 p { color: rgb(85,132,138); }

 H1.HeaderClassName
 {
   color: #55848A;
 }
 .AnyTagClassName
 {
   color: #55848A;
 }
</style>

background-color css

<style>
 a { background-color: #55848A; }

 a { background-color: rgb(85,132,138); }

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

border-color css

<style>
 span { border-color: #55848A; }

 span { border-color: rgb(85,132,138); }

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