#55919E

Color #55919E Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #55919E

Tints of Half Baked #55919E

Color information

#55919E (or 0x55919E) is unknown color: approx Half Baked. HEX triplet: 55, 91 and 9E. RGB value is (85,145,158). Sum of RGB (Red+Green+Blue) = 85+145+158=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #55919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55919E is #AA6E61. Grayscale: #808080. Windows color (decimal): -11169378 or 10391893. OLE color: 10391893.

HSL color Cylindrical-coordinate representation of color #55919E: hue angle of 190.68º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55919E is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85145158-
CMYK0.460.0800.38
HSL190.68º30.04%47.65%-
HSV(B)190.68º46.2%61.96%-
XYZ20.0424.6536.05-
YUV128.54144.6296.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=21.91%
G=37.37%
B=40.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851451580.460.0800.38190.6830.0447.65
Hex55919E2E8026bf1e30
Octal12522123656100462773660
Binary10101011001000110011110101110100001001101011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,145,158); }

 H1.HeaderClassName
 {
   color: #55919E;
 }
 .AnyTagClassName
 {
   color: #55919E;
 }
</style>
background-color css

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

 a { background-color: rgb(85,145,158); }

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

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

 span { border-color: rgb(85,145,158); }

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