Html Css Color HEX #55898F Half Baked

📋 copy color: '#55898F'

red 85 ◦ green 137 ◦ blue 143

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

Shades of Half Baked #55898F

Tints of Half Baked #55898F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 23.29%
G = 37.53%
B = 39.18%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55898F (or 0x55898F) is known color: Half Baked. HEX triplet: 55, 89 and 8F. RGB value is (85,137,143). Sum of RGB (Red+Green+Blue) = 85+137+143=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #55898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55898F is #AA7670. Grayscale: #7A7A7A. Windows color (decimal): -11171441 or 9406805. OLE color: 9406805.

HSL color Cylindrical-coordinate representation of color #55898F: hue angle of 186.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55898F is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 137 143 -
CMYK 0.41 0.04 0 0.44
HSL 186.21º 0.25% 0.45% -
HSV(B) 186.21º 0.41% 0.56% -
XYZ 17.65 21.81 29.27 -
YUV 122.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 85 137 143 0.41 0.04 0 0.44 186.21 0.25 0.45
Hex 55 89 8F 29 4 0 2C BA 19 2D
Octal 125 211 217 51 4 0 54 272 31 55
Binary 1010101 10001001 10001111 101001 100 0 101100 10111010 11001 101101

Color Harmonies of #55898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55898F

Black with #55898F

Text Example


Text Example

White with #55898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,137,143); }

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

background-color css

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

 a { background-color: rgb(85,137,143); }

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

border-color css

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

 span { border-color: rgb(85,137,143); }

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